Module: DenkiHelper

Defined in:
app/helpers/denki_helper.rb

Instance Method Summary collapse

Instance Method Details

#bs_paginate(scope, **options) ⇒ Object



4
5
6
7
8
# File 'app/helpers/denki_helper.rb', line 4

def bs_paginate(scope, **options)
  options.reverse_merge!(theme: 'bs5')

  paginate(scope, **options)
end