search for: added_bi

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

Did you mean: added_by
2006 Dec 24
8
HABTM Reading Rows From Two Tables
I''m a newbie and loving rails but I''m stuck. All I want to do is to be able to show in my "list.rhtml" view the information between two tables who both have a HABTM relationship. So this is what I have as follows. -------------------------- TABLES -------------------------- # Projects create_table "projects", :force => true do |t| t.column
2006 Jun 09
0
Controller Modules Messed Me Up
Modules are exactly what I needed to figure out, but once I started my app over again putting my controller under a module folder, I can''t get my basic app going. Basically I have a News app, where we will post PR and other articles of interest. It was working fine with a model/controller combo of news/index for the public and news/admin for the administrators. Keep in mind this