class Bird
Attributes
cancel_save_from_callback[RW]
Public Instance Methods
cancel_save_callback_method()
click to toggle source
# File activerecord/test/models/bird.rb, line 11 def cancel_save_callback_method throw(:abort) end