Sha256: 2923f10f7a68159364acb04a139e50b6411fde85e9d5f7831dc7fe1ac24d6983

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

class Customer < User
  structure do
    money_spent   "$5.00"
    money_gifted  "NOK 550.00" 
    average_rating 5.00, :default => 0.0
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
migrant-1.3.2 test/rails_app/app/models/customer.rb
migrant-1.3.1 test/rails_app/app/models/customer.rb
migrant-1.3.0 test/rails_app/app/models/customer.rb
migrant-1.2.8 test/rails_app/app/models/customer.rb
migrant-1.2.7 test/rails_app/app/models/customer.rb