Sha256: 9f8e69fcf8647a2c8471ef0b8c9187597d8ac416833470c20e91b06a3021a7b2

Contents?: true

Size: 166 Bytes

Versions: 14

Compression:

Stored size: 166 Bytes

Contents

module Other
  class Role < ActiveRecord::Base
    acts_as_authorization_role :join_table_name => "other_roles_users", :subject_class_name => "Other::User"
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
careacademy-acl9-3.4.0 test/dummy/app/models/other/role.rb
careacademy-acl9-3.3.0 test/dummy/app/models/other/role.rb
acl9-3.2.0 test/dummy/app/models/other/role.rb
acl9-3.1.0 test/dummy/app/models/other/role.rb
acl9-3.0.0 test/dummy/app/models/other/role.rb
acl9-2.1.2 test/dummy/app/models/other/role.rb
acl9-2.1.1 test/dummy/app/models/other/role.rb
acl9-2.1.0 test/dummy/app/models/other/role.rb
acl9-2.0.0 test/dummy/app/models/other/role.rb
acl9-1.3.0 test/dummy/app/models/other/role.rb
acl9-1.2.1 test/dummy/app/models/other/role.rb
acl9-1.2.0 test/dummy/app/models/other/role.rb
acl9-1.1.0 test/dummy/app/models/other/role.rb
acl9-1.0.0 test/dummy/app/models/other/role.rb