yakryder / muscle-wizards

Contest prep app
0 stars 1 forks source link

Simplify path helpers #68

Closed dummied closed 8 years ago

dummied commented 8 years ago

A few examples:

https://github.com/SherSpock/muscle-wizards/blob/master/app/controllers/conversations_controller.rb#L12

prep_conversation_messages_path(@prep, @conversation)

https://github.com/SherSpock/muscle-wizards/blob/master/app/controllers/preps_controller.rb#L14

redirect_to @prep

Reasonably sure there are more in there (haven't looked at views yet, for instance)

dummied commented 8 years ago

https://github.com/SherSpock/muscle-wizards/blob/master/app/controllers/target_cardios_controller.rb#L19

redirect_to @prep

dummied commented 8 years ago

https://github.com/SherSpock/muscle-wizards/blob/master/app/controllers/certifications_controller.rb#L13 https://github.com/SherSpock/muscle-wizards/blob/master/app/controllers/certifications_controller.rb#L27 https://github.com/SherSpock/muscle-wizards/blob/master/app/controllers/certifications_controller.rb#L36

redirect_to current_user

sbaughman commented 8 years ago

fixed with debug branch