Module: Acts::ArchiveController::ClassMethods
- Defined in:
- lib/acts_as_archive_controller.rb
Instance Attribute Summary (collapse)
-
- (Object) content_class_name
Returns the value of attribute content_class_name.
-
- (Object) date_attribute
Returns the value of attribute date_attribute.
-
- (Object) render_weeks
Returns the value of attribute render_weeks.
-
- (Object) singular_name
Returns the value of attribute singular_name.
Instance Attribute Details
- (Object) content_class_name
Returns the value of attribute content_class_name
9 10 11 |
# File 'lib/acts_as_archive_controller.rb', line 9 def content_class_name @content_class_name end |
- (Object) date_attribute
Returns the value of attribute date_attribute
9 10 11 |
# File 'lib/acts_as_archive_controller.rb', line 9 def date_attribute @date_attribute end |
- (Object) render_weeks
Returns the value of attribute render_weeks
9 10 11 |
# File 'lib/acts_as_archive_controller.rb', line 9 def render_weeks @render_weeks end |
- (Object) singular_name
Returns the value of attribute singular_name
9 10 11 |
# File 'lib/acts_as_archive_controller.rb', line 9 def singular_name @singular_name end |