notify_if_invalid

Record an exception in HopToad if your model object is invalid.

Usage

class User < ActiveRecord::Base
  notify_if_invalid
end

Copyright © 2009 Ryan Sonnek. See LICENSE for details.