Class: Kublog::Notification
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Kublog::Notification
- Defined in:
- app/models/kublog/notification.rb
Constant Summary
Constants included from Kublog::Network::Email
Kublog::Network::Email::TEMPLATE
Instance Method Summary collapse
Methods included from Kublog::Network::Email
Methods included from Kublog::Network::Facebook
Methods included from Kublog::Network::Twitter
Instance Method Details
#default? ⇒ Boolean
16 17 18 |
# File 'app/models/kublog/notification.rb', line 16 def default? self.send "default_#{kind}" end |