Sha256: 1760a4bd0d31fd66af68d8e8006c77ab6715363f1e6765b1800d0966bb5ea932

Contents?: true

Size: 115 Bytes

Versions: 8

Compression:

Stored size: 115 Bytes

Contents

class User < ActiveRecord::Base
  extend Canard::UserModel
  acts_as_user :roles => [:admin, :author, :viewer]
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
canard-0.2.4 test/models/user.rb
canard-0.2.3 test/models/user.rb
canard-0.2.2 test/models/user.rb
canard-0.2.1 test/models/user.rb
canard-0.2.0 test/models/user.rb
canard-0.1.2 test/models/user.rb
canard-0.1.1 test/models/user.rb
canard-0.1.0 test/models/user.rb