aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/liquid.rb
blob: b96c054f6c42b9cee474e456e34529479affca39 (plain) (blame)
1
2
3
4
5
class Liquid < ActiveRecord::Base
  set_table_name :liquid
  has_many :molecules, :uniq => true
end