Sha256: 8aef80fae13653e8c5e71fae571732bd700f476dc68453401ec48f616263d0f4

Contents?: true

Size: 303 Bytes

Versions: 22

Compression:

Stored size: 303 Bytes

Contents

module CanTango
  module Rails
    module Helpers
      module ViewHelper
        include CanTango::Rails::Helpers::BaseHelper

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

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

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
cantango-0.8.6 lib/cantango/rails/helpers/view_helper.rb
cantango-0.8.5.1 lib/cantango/rails/helpers/view_helper.rb