Sha256: 7995182e92b88625164eb38763c8f89dea7b4cec7af5dac60e584d1dbc03ee8d

Contents?: true

Size: 249 Bytes

Versions: 6

Compression:

Stored size: 249 Bytes

Contents

module CanTango
  class Configuration
    class RoleGroups < RoleRegistry
      include Singleton

      def default_has_method
        :in_role_group?
      end

      def default_list_method
        :role_groups_list
      end
    end
  end
end


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cantango-0.9.4.5 lib/cantango/configuration/role_groups.rb
cantango-0.9.4.3 lib/cantango/configuration/role_groups.rb
cantango-0.9.4.2 lib/cantango/configuration/role_groups.rb
cantango-0.9.4.1 lib/cantango/configuration/role_groups.rb
cantango-0.9.4 lib/cantango/configuration/role_groups.rb
cantango-0.9.3.2 lib/cantango/configuration/role_groups.rb