sqm-dashboards/app/models/admin_data_item.rb

3 lines
67 B
Ruby

class AdminDataItem < ActiveRecord::Base
belongs_to :measure
end