search for: analysis_id

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

Did you mean: analysis_
2010 Mar 30
2
setting up has_many
...manually set a column in a dependent table for the id of the object to which it belongs? I have a collection of objects called photos that are owned by a analysis object. When I try to show an attribute of each of the photo objects I get this error: Mysql::Error: Unknown column ''photos.analysis_id'' in ''where clause'': SELECT * FROM `photos` WHERE (`photos`.analysis_id = 7) Extracted source (around line #1): 1: <% for photo in @analysis.photos %> 2: <p> 3: <%= photo.description %> 4: </p> -- You received this message because you are sub...