1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-11 05:54:15 +01:00
fab-manager/app/models/machines_pricing.rb

10 lines
418 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
##DEPRECATED, this class is not used anymore from the migration to the Pricing model
##TODO remove in future update, in conjunction with the following migrations:
# - 20140606133116_create_machines_pricings.rb
# - 20150520133409_migrate_data_from_machines_pricings_to_prices.rb
# - 20150603133050_drop_machines_pricings.rb
2015-05-05 03:10:25 +02:00
class MachinesPricing < ActiveRecord::Base
belongs_to :machine
belongs_to :group
end