Sha256: 7a98c3bfc3306741fc0e64218d8508f1f32f6281897202713f08bfa6049f77fa

Contents?: true

Size: 195 Bytes

Versions: 14

Compression:

Stored size: 195 Bytes

Contents

module Other
  class User < ActiveRecord::Base
    acts_as_authorization_subject :association_name => :roles, :join_table_name => "other_roles_users", :role_class_name => "Other::Role"
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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