Module: Sail::ApplicationHelper
- Defined in:
- app/helpers/sail/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#number_of_pages ⇒ Object
3 4 5 |
# File 'app/helpers/sail/application_helper.rb', line 3 def number_of_pages @number_of_pages ||= (Sail::Setting.count.to_f / Sail::Setting::SETTINGS_PER_PAGE).ceil end |