Files

Kaminari::Helpers::SinatraHelpers

Public Class Methods

included(app) click to toggle source
Alias for: registered
registered(app) click to toggle source
# File lib/kaminari/helpers/sinatra_helpers.rb, line 10
def registered(app)
  app.register Padrino::Helpers
  app.helpers  HelperMethods
  @app = app
end
Also aliased as: included
view_paths() click to toggle source
# File lib/kaminari/helpers/sinatra_helpers.rb, line 16
def view_paths
  @app.views
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.