Module: CanTango::Rails::Helpers::ViewHelper

Includes:
BaseHelper
Defined in:
lib/cantango/rails/helpers/view_helper.rb

Class Method Summary collapse

Methods included from BaseHelper::ClassMethods

#apis, #include_apis

Class Method Details

.apisObject



11
12
13
# File 'lib/cantango/rails/helpers/view_helper.rb', line 11

def self.apis
  [] # [:Can, :Active, :Scope]
end

.included(base) ⇒ Object



7
8
9
# File 'lib/cantango/rails/helpers/view_helper.rb', line 7

def self.included(base)
  include_apis(self)
end