Sha256: b373ed2d9475971054ed6e30a872089cb8466d560907edeab3da7de439dc563f

Contents?: true

Size: 190 Bytes

Versions: 8

Compression:

Stored size: 190 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
muck-comments-0.1.14 test/rails_root/app/models/user.rb
muck-comments-0.1.13 test/rails_root/app/models/user.rb
muck-comments-0.1.12 test/rails_root/app/models/user.rb
muck-comments-0.1.11 test/rails_root/app/models/user.rb
muck-comments-0.1.10 test/rails_root/app/models/user.rb
muck-comments-0.1.7 test/rails_root/app/models/user.rb
muck-comments-0.1.8 test/rails_root/app/models/user.rb
muck-comments-0.1.9 test/rails_root/app/models/user.rb