Module: CanTango::Rails::Helpers::ControllerHelper
- Includes:
- BaseHelper
- Defined in:
- lib/cantango/rails/helpers/controller_helper.rb
Class Method Summary collapse
Methods included from BaseHelper::ClassMethods
Class Method Details
.apis ⇒ Object
11 12 13 |
# File 'lib/cantango/rails/helpers/controller_helper.rb', line 11 def self.apis [] # [:Can, :Active, :Scope] end |
.included(base) ⇒ Object
7 8 9 |
# File 'lib/cantango/rails/helpers/controller_helper.rb', line 7 def self.included(base) include_apis(self) end |