-
Notifications
You must be signed in to change notification settings - Fork 0
Rails Plugin that skip observers when you need so.
License
adrianss/flex_observers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FlexObservers ============= When you need a transaction block without notify observers Example ======= person = User.new({ :name => "Joe Doe" }) person.without_observers("UserObserver") do person.save end person = User.new({ :name => "Joe Doe" }) person.without_observers("UserObserver", "SyncInfoObserver") do person.save end person = User.new({ :name => "Joe Doe" }) person.without_observers("*") do person.save end Copyright (c) 2010 Adrian Sanchez, released under the MIT license
About
Rails Plugin that skip observers when you need so.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published