Module: ActiveRecord::Acts::MuckPost::InstanceMethods
- Defined in:
- lib/active_record/acts/muck_post.rb
Overview
All the methods available to a record that has had acts_as_muck_post
specified.
Instance Method Summary collapse
Instance Method Details
#after_create ⇒ Object
25 26 27 28 |
# File 'lib/active_record/acts/muck_post.rb', line 25 def after_create if GlobalConfig.enable_post_activities end end |