Sha256: eff72e9b31c45de355125cb75b7c1bcced0c46c06e6184ffa09195c06146b927

Contents?: true

Size: 261 Bytes

Versions: 53

Compression:

Stored size: 261 Bytes

Contents

class Auth::Work::Input

	include Mongoid::Document

	embedded_in :cycle, :class_name => "Auth::Work::Cycle"
	
	## key -> cart_item_id
	## value -> quantity
	field :items, type: Hash, default: {}

end

## so the idea is first to get the crawls working properly.

Version data entries

53 entries across 53 versions & 1 rubygems

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