Module: SpookyEngine::ApplicationHelper

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

Instance Method Summary collapse

Instance Method Details

#spooky_pagination_path(options) ⇒ Object

Simplify path generation



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

def spooky_pagination_path(options)
  spooky_engine.url_for(params.permit(:page, :limit).merge(options))
end