Sha256: 1f99824d5c62e35c2af4554e9c90f0e20ff86b4938816f3dbb568f0932d64276

Contents?: true

Size: 209 Bytes

Versions: 7

Compression:

Stored size: 209 Bytes

Contents

class User < ActiveRecord::Base
  acts_as_authentic do |c|
    c.crypto_provider = Authlogic::CryptoProviders::BCrypt
  end
  acts_as_muck_user
  has_muck_profile
  has_many :comments
  acts_as_commentable
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
muck-comments-0.1.21 test/rails_root/app/models/user.rb
muck-comments-0.1.20 test/rails_root/app/models/user.rb
muck-comments-0.1.19 test/rails_root/app/models/user.rb
muck-comments-0.1.18 test/rails_root/app/models/user.rb
muck-comments-0.1.17 test/rails_root/app/models/user.rb
muck-comments-0.1.16 test/rails_root/app/models/user.rb
muck-comments-0.1.15 test/rails_root/app/models/user.rb