Updated ItemsWithQuantities to work with MeasurementRoutine Replaced ColumnViews HABTM with polymorphic HMT Added Measurement notes Added destroy restrictions on Quantity Replaced BodyTrackingPluginController with Finders concern Removed 'body_trackers' prefix from paths Unified styling for textarea
5 lines
106 B
Ruby
5 lines
106 B
Ruby
class Column < ActiveRecord::Base
|
|
belongs_to :column_view, polymorphic: true
|
|
belongs_to :quantity
|
|
end
|