Module: Chaskiq::ApplicationHelper

Defined in:
app/helpers/chaskiq/application_helper.rb

Instance Method Summary collapse

Instance Method Details

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



4
5
6
7
# File 'app/helpers/chaskiq/application_helper.rb', line 4

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