Sha256: 1c902b9e6b218c0dcbf4056b1710017498f2c410afd87ead647eda3850ed2743

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

module CanTango
  class Configuration
    class Roles < RoleRegistry
      def default_has_method
        :has_role?
      end

      def default_list_method
        :roles_list
      end
    end
  end
end



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cantango-0.8.0 lib/cantango/configuration/roles.rb