aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/numeric_data.rb
blob: 9d2fe9781ddcd6f0621d28094ab6fb2c594341e5 (plain) (blame)
1
2
3
class NumericData < ActiveRecord::Base
  self.table_name = "numeric_data"
end