module Padrino::CanCan

Public Class Methods

included(app)
Alias for: registered
registered(app) click to toggle source
# File lib/padrino-cancancan.rb, line 7
def registered(app)
  app.helpers Padrino::CanCan::Helpers
end
Also aliased as: included