Sha256: 9a0674f5a18b14cab681abb6e71aa8244a1555912db9d306bb40c405aa9d3fcc

Contents?: true

Size: 129 Bytes

Versions: 21

Compression:

Stored size: 129 Bytes

Contents

class Customer < User
  structure do
    money_spent   "$5.00"
    money_gifted  "NOK 550.00" 
    average_rating 5.00
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
migrant-1.2.5 test/rails_app/app/models/customer.rb
migrant-1.2.2 test/rails_app/app/models/customer.rb
migrant-1.2.1 test/rails_app/app/models/customer.rb
migrant-1.2.0 test/rails_app/app/models/customer.rb
migrant-1.1.2 test/rails_app/app/models/customer.rb
migrant-1.1.1 test/rails_app/app/models/customer.rb
migrant-1.1.0 test/rails_app/app/models/customer.rb
migrant-1.0.2 test/rails_app/app/models/customer.rb
migrant-1.0.1 test/rails_app/app/models/customer.rb
migrant-1.0.0 test/rails_app/app/models/customer.rb
migrant-0.2.4 test/rails_app/app/models/customer.rb
migrant-0.2.3 test/rails_app/app/models/customer.rb
migrant-0.2.2 test/rails_app/app/models/customer.rb
migrant-0.2.1 test/rails_app/app/models/customer.rb
migrant-0.2.0 test/rails_app/app/models/customer.rb
migrant-0.1.5 test/rails_app/app/models/customer.rb
migrant-0.1.4 test/rails_app/app/models/customer.rb
migrant-0.1.3 test/rails_app/app/models/customer.rb
migrant-0.1.2 test/rails_app/app/models/customer.rb
migrant-0.1.1 test/rails_app/app/models/customer.rb