All Questions
Tagged with ruby-on-rails exception
1 question
2
votes
1
answer
236
views
Stylistic exception and bang usage
I'm not sure whether I should be throwing exceptions in the below model code (and rescuing in the controller - rescues not implemented below) or returning nil (in ...