search for: membership_levels

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

Did you mean: membership_level
2006 Jul 15
3
How bad is it to have 7 joins in my find_by_sql?
...accounts.total_miles as account_miles, origins.name AS origin_name, origins.code AS origin_code, destinations.name AS destination_name, destinations.code AS destination_code, airlines.name AS airline_name, airlines.code AS airline_code, programs.name AS program_name, membership_levels.name AS membership_level FROM activities LEFT OUTER JOIN accounts ON activities.account_id = accounts.id LEFT OUTER JOIN users on accounts.user_id = users.id LEFT OUTER JOIN airports AS origins ON activities.origin_id = origins.id LEFT OUTER JOIN airports AS destinations...
2010 Feb 26
2
Routing Error using Paperclip
For some reason I can''t figure out why I am getting a routing error when I add Paperclip support. I have another test app when similar code is working. I created a new test app first without Paperclip support and it was doing the CRUD operation fine. However when I added Paperclip support I get the following error? Routing Error user_url failed to generate from