Module: Kublog::Notifiable::InstanceMethods

Defined in:
lib/kublog/notifiable.rb

Overview

Defaults notification setting to true If User Kinds are being used, this should be Overriden

Instance Method Summary collapse

Instance Method Details

#notify_post?(roles) ⇒ Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/kublog/notifiable.rb', line 17

def notify_post?(roles)
  true
end