Closed johanb closed 11 years ago
This exception will never be raised. ActiveRecord's find method will raise an exception of no object can be found by raising ActiveRecord::RecordNotFound.
Good point. thanks!
This exception will never be raised. ActiveRecord's find method will raise an exception of no object can be found by raising ActiveRecord::RecordNotFound.