Sha256: 52115a10e4496df93b3ca090fa97b327e4901328cb046a753c36a7304b46b8e9
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
module CanTango module Rails module ControllerHelpers include CanTango::Rails::BaseHelpers def self.included(base) include_apis(self) end def self.apis [] # [:Can, :Active, :Scope] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-0.8.0 | lib/cantango/rails/controller_helpers.rb |