Module: RocketCMS::Models::ContactMessage
- Extended by:
- ActiveSupport::Concern
- Includes:
- RocketCMS::Model
- Included in:
- ContactMessage
- Defined in:
- lib/rocket_cms/models/contact_message.rb
Instance Method Summary collapse
Instance Method Details
#send_notification! ⇒ Object
21 22 23 |
# File 'lib/rocket_cms/models/contact_message.rb', line 21 def send_notification! ContactMailer.(self).deliver end |