search for: part_details

Displaying 2 results from an estimated 2 matches for "part_details".

Did you mean: last_details
2006 Jan 11
0
Easy Question, I Think
...REIGN KEY (part_name_id) REFERENCES part_names(id) DEFERRABLE INITIALLY DEFERRED; ---------------------Models-------------------- class Part < ActiveRecord::Base belongs_to :part_name belongs_to :part_number has_many :part_years has_many :part_details has_many :part_comments has_many :car_job_parts validates_inclusion_of :side, :allow_nil => true, :in => %w{ L.H. R.H. } validates_inclusion_of :quantity,...
2006 Jan 12
0
Easy Question, I Think [re-post, sorry if dupe]
...REIGN KEY (part_name_id) REFERENCES part_names(id) DEFERRABLE INITIALLY DEFERRED; ---------------------Models-------------------- class Part < ActiveRecord::Base belongs_to :part_name belongs_to :part_number has_many :part_years has_many :part_details has_many :part_comments has_many :car_job_parts validates_inclusion_of :side, :allow_nil => true, :in => %w{ L.H. R.H. } validates_inclusion_of :quantity,...