module Humpyard::ActiveRecord::Acts::Page::ClassMethods
Public Instance Methods
is_humpyard_dynamic_page?()
click to toggle source
# File lib/humpyard/active_record/acts/page.rb 73 def is_humpyard_dynamic_page? 74 true 75 end
is_humpyard_page?()
click to toggle source
# File lib/humpyard/active_record/acts/page.rb 69 def is_humpyard_page? 70 true 71 end
is_humpyard_virtual_page?()
click to toggle source
# File lib/humpyard/active_record/acts/page.rb 77 def is_humpyard_virtual_page? 78 false 79 end