search for: show_own_result

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

Did you mean: show_own_results
2012 Jun 23
2
Application logic
...on active directory through Devise. I think I need 2 models: users (has_many assesments) and assesments (belongs_to users). I''m not sure about the controllers though. Should I put all logic in a user and assesment controller or is it useful or better to put logic in seperate controllers (show_own_results, show_all_results, calculate_result, etc) or make a seperate controller called results and put my methods in there? Sorry if this is a stupid question, I''ve just started to learn and have been breaking my head on this for days. I''ve changed my mind so many times about what I sho...