Module: Humpyard::ActiveRecord::Acts::Page::ClassMethods
- Defined in:
- lib/humpyard/active_record/acts/page.rb
Instance Method Summary collapse
- #is_humpyard_dynamic_page? ⇒ Boolean
- #is_humpyard_page? ⇒ Boolean
- #is_humpyard_virtual_page? ⇒ Boolean
Instance Method Details
#is_humpyard_dynamic_page? ⇒ Boolean
73 74 75 |
# File 'lib/humpyard/active_record/acts/page.rb', line 73 def is_humpyard_dynamic_page? true end |
#is_humpyard_page? ⇒ Boolean
69 70 71 |
# File 'lib/humpyard/active_record/acts/page.rb', line 69 def is_humpyard_page? true end |
#is_humpyard_virtual_page? ⇒ Boolean
77 78 79 |
# File 'lib/humpyard/active_record/acts/page.rb', line 77 def is_humpyard_virtual_page? false end |