Sha256: 4b37ffa72c3a64b40f4e0291c141f6ba7494e30e2163abde4c5fa5d0e592ed96

Contents?: true

Size: 220 Bytes

Versions: 17

Compression:

Stored size: 220 Bytes

Contents

class User < ActiveRecord::Base
  serialize :user_attributes  

  acts_as_authentic do |c|
    c.validations_scope = :username
    c.validate_password_field = false
    c.require_password_confirmation = false  
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
authpds-1.1.5 test/support/user.rb
authpds-1.1.4 test/support/user.rb
authpds-1.1.3 test/support/user.rb
authpds-1.1.2 test/support/user.rb
authpds-1.1.1 test/support/user.rb
authpds-1.1.0 test/support/user.rb
authpds-1.0.0 test/support/user.rb
authpds-0.2.9 test/support/user.rb
authpds-0.2.8 test/support/user.rb
authpds-0.2.7 test/support/user.rb
authpds-0.2.6 test/support/user.rb
authpds-0.2.5 test/support/user.rb
authpds-0.2.4 test/support/user.rb
authpds-0.2.3 test/support/user.rb
authpds-0.2.2 test/support/user.rb
authpds-0.2.1 test/support/user.rb
authpds-0.2.0 test/support/user.rb