search for: stepinfoid

Displaying 1 result from an estimated 1 matches for "stepinfoid".

Did you mean: stepinfo
2005 Mar 03
2
table lookup?
...ep_infos_id into step_infos so I can go step.StepInfo.Name, etc. class Step < ActiveRecord::Base has_one :StepInfo end class StepInfo < ActiveRecord::Base has_many :steps end this tries to put step table''s ID into stepinfo, which isn''t what I want. I want to lookup via stepInfoID from step... any thoughts? I''m sure I''m missing something obvious...