Module: Ecm::Core::ApplicationHelper

Defined in:
app/helpers/ecm/core/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#bootstrap_paginate(objects, options = {}) ⇒ Object



4
5
6
7
8
# File 'app/helpers/ecm/core/application_helper.rb', line 4

def bootstrap_paginate(objects, options = {})
  options.reverse_merge!(theme: 'twitter-bootstrap-3')

  paginate(objects, options)
end