Displaying 1 result from an estimated 1 matches for "sites_users".
2006 Apr 14
3
Many to Many
Hi, I have three tables, a domain of Sites, a domain of Users, and a 
junction of Sites_Users with the tables named as such.
My RoR application has a model and controller both User and Site.  I 
tried to add a controller and model named Site_User but I can''t 
reference any functions in the controller, I get an Uninitialized 
Constant error.
I''m very new to RoR, but not t...