Sha256: b40a7cd925b4c3c81e27c417910389750587ab2b850f543f7bf4d7d102f28fb9

Contents?: true

Size: 211 Bytes

Versions: 40

Compression:

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

40 entries across 40 versions & 2 rubygems

Version Path
authpds-nyu-0.1.4 test/support/user.rb
authpds-nyu-0.1.3 test/support/user.rb
authpds-0.1.2 test/support/user.rb
authpds-nyu-0.1.2 test/support/user.rb
authpds-0.1.1 test/support/user.rb
authpds-nyu-0.1.1 test/support/user.rb
authpds-nyu-0.1.0 test/support/user.rb
authpds-0.1.0 test/support/user.rb
authpds-nyu-0.0.9 test/support/user.rb
authpds-nyu-0.0.8 test/support/user.rb
authpds-0.0.23 test/support/user.rb
authpds-nyu-0.0.7 test/support/user.rb
authpds-nyu-0.0.6 test/support/user.rb
authpds-0.0.22 test/support/user.rb
authpds-0.0.21 test/support/user.rb
authpds-nyu-0.0.5 test/support/user.rb
authpds-0.0.20 test/support/user.rb
authpds-0.0.19 test/support/user.rb
authpds-nyu-0.0.4 test/support/user.rb
authpds-0.0.18 test/support/user.rb