Sha256: e352ace2bbd8063ddaf842e553e11dcc6c7eab5a7c7ca45b4ebae4f9d40ec99c

Contents?: true

Size: 60 Bytes

Versions: 10

Compression:

Stored size: 60 Bytes

Contents

class Payment < ActiveRecord::Base
  belongs_to :basket
end

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_2/app/models/payment.rb
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_3/app/models/payment.rb
restfulie-1.1.1 full-examples/rest_from_scratch/part_3/app/models/payment.rb
restfulie-1.1.1 full-examples/rest_from_scratch/part_2/app/models/payment.rb
restfulie-1.1.0 full-examples/rest_from_scratch/part_2/app/models/payment.rb
restfulie-1.1.0 full-examples/rest_from_scratch/part_3/app/models/payment.rb
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_2/app/models/payment.rb
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_3/app/models/payment.rb
restfulie-1.0.3 full-examples/rest_from_scratch/part_3/app/models/payment.rb
restfulie-1.0.3 full-examples/rest_from_scratch/part_2/app/models/payment.rb