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.3.9 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.8 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.7 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.6 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.5 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.3 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.2 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.1 app/models/auth/shopping/personality.rb
wordjelly-auth-1.3.0 app/models/auth/shopping/personality.rb
wordjelly-auth-1.2.9 app/models/auth/shopping/personality.rb
wordjelly-auth-1.2.8 app/models/auth/shopping/personality.rb