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-0.0.17 test/support/user.rb
authpds-0.0.16 test/support/user.rb
authpds-0.0.15 test/support/user.rb
authpds-0.0.14 test/support/user.rb
authpds-0.0.13 test/support/user.rb
authpds-0.0.12 test/support/user.rb
authpds-0.0.11 test/support/user.rb
authpds-0.0.10 test/support/user.rb
authpds-nyu-0.0.3 test/support/user.rb
authpds-nyu-0.0.2 test/support/user.rb
authpds-0.0.9 test/support/user.rb
authpds-0.0.8 test/support/user.rb
authpds-0.0.7 test/support/user.rb
authpds-nyu-0.0.1 test/support/user.rb
authpds-0.0.6 test/support/user.rb
authpds-0.0.5 test/support/user.rb
authpds-0.0.4 test/support/user.rb
authpds-0.0.3 test/support/user.rb
authpds-0.0.2 test/support/user.rb
authpds-0.0.1 test/support/user.rb