Method: PublicActivity.enabled?
- Defined in:
- lib/public_activity.rb
.enabled? ⇒ Boolean
Returns ‘true` if PublicActivity is on, `false` otherwise. Enabled by default.
39 40 41 |
# File 'lib/public_activity.rb', line 39 def self.enabled? config.enabled end |