module RocketCMS::Models::ContactMessage
Public Instance Methods
send_notification!()
click to toggle source
# File lib/rocket_cms/models/contact_message.rb, line 21 def send_notification! ContactMailer.new_message_email(self).deliver end