Sha256: 7a036085736d700f7926a48dd4674bc449265b6d8bc877e1b71dd6964cb69b7e

Contents?: true

Size: 161 Bytes

Versions: 14

Compression:

Stored size: 161 Bytes

Contents

module Other
  class Foo < ActiveRecord::Base
    acts_as_authorization_object :role_class_name => 'Other::Role', :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/foo.rb
careacademy-acl9-3.3.0 test/dummy/app/models/other/foo.rb
acl9-3.2.0 test/dummy/app/models/other/foo.rb
acl9-3.1.0 test/dummy/app/models/other/foo.rb
acl9-3.0.0 test/dummy/app/models/other/foo.rb
acl9-2.1.2 test/dummy/app/models/other/foo.rb
acl9-2.1.1 test/dummy/app/models/other/foo.rb
acl9-2.1.0 test/dummy/app/models/other/foo.rb
acl9-2.0.0 test/dummy/app/models/other/foo.rb
acl9-1.3.0 test/dummy/app/models/other/foo.rb
acl9-1.2.1 test/dummy/app/models/other/foo.rb
acl9-1.2.0 test/dummy/app/models/other/foo.rb
acl9-1.1.0 test/dummy/app/models/other/foo.rb
acl9-1.0.0 test/dummy/app/models/other/foo.rb