Sha256: 31fe1978afa5e6f7162acd26fa95f42304be7226cd03fa8f05724019fb923993

Contents?: true

Size: 216 Bytes

Versions: 14

Compression:

Stored size: 216 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

14 entries across 14 versions & 1 rubygems

Version Path
authpds-nyu-0.2.13 test/support/user.rb
authpds-nyu-0.2.12 test/support/user.rb
authpds-nyu-0.2.11 test/support/user.rb
authpds-nyu-0.2.10 test/support/user.rb
authpds-nyu-0.2.9 test/support/user.rb
authpds-nyu-0.2.8 test/support/user.rb
authpds-nyu-0.2.7 test/support/user.rb
authpds-nyu-0.2.6 test/support/user.rb
authpds-nyu-0.2.5 test/support/user.rb
authpds-nyu-0.2.4 test/support/user.rb
authpds-nyu-0.2.3 test/support/user.rb
authpds-nyu-0.2.2 test/support/user.rb
authpds-nyu-0.2.1 test/support/user.rb
authpds-nyu-0.2.0 test/support/user.rb