aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/guitar.rb
blob: cd068ff53da3df08463caacf69d3b17ef60adb21 (plain) (blame)
1
2
3
4
class Guitar < ActiveRecord::Base
  has_many :tuning_pegs, index_errors: true
  accepts_nested_attributes_for :tuning_pegs
end