Record an exception in HopToad if your model object is invalid.
class User < ActiveRecord::Base
notify_if_invalid
# validations for the object
validates_precense_of :name
end
# Bundler Gemfile
gem 'notify_if_invalid'
- Fork the project
- Fix the issue
- Add tests
- Send a pull request
see CONTRIBUTORS.txt for complete list of contributors.
Copyright (c) 2011 Socialcast Inc. See LICENSE.txt for details.