lib/active_model/callbacks.rb in activemodel-4.1.0.beta2 vs lib/active_model/callbacks.rb in activemodel-4.1.0.rc1

- old
+ new

@@ -28,10 +28,10 @@ # # Your create action methods here # end # end # # Then in your class, you can use the +before_create+, +after_create+ and - # +around_create+ methods, just as you would in an Active Record module. + # +around_create+ methods, just as you would in an Active Record model. # # before_create :action_before_create # # def action_before_create # # Your code here