Displaying 1 result from an estimated 1 matches for "collecction".
Did you mean:
collection
2006 Apr 21
2
accessing to a table (model)
i don''t know how to access to the collecction of data that exists in
other model.
for example
i generate two scaffold : company and employe
both have a controller, a model and 5 files in the views:
_form.rhtml, list.rhtml, new.rhtml, edit.rhtml and show.rhtml
the views are working very well, but each access just one table: company
or emp...