Sha256: 3f484741dc43bd125efa40c8d3265df5930e66ba656500b74eaca7ac3ebccbda

Contents?: true

Size: 209 Bytes

Versions: 31

Compression:

Stored size: 209 Bytes

Contents

class Auth::Shopping::Personality
	
	include Auth::Concerns::Shopping::PersonalityConcern

	FIXED_FIELD_OPTIONS = {
		:sex => ["Male","Female"]
	}

	def attributes_for_tags
		["fullname","sex","age"]
	end

end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.9 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.8 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.7 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.6 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.5 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.4 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.3 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.2 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.1 app/models/auth/shopping/personality.rb
wordjelly-auth-1.5.0 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.9 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.8 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.7 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.6 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.5 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.4 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.3 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.2 app/models/auth/shopping/personality.rb
wordjelly-auth-1.4.0 app/models/auth/shopping/personality.rb