Method: Notification#message_from_haml_file

Defined in:
lib/app/models/notification.rb

#message_from_haml_file(file_name, locals) ⇒ Object



199
200
201
# File 'lib/app/models/notification.rb', line 199

def message_from_haml_file(file_name, locals)
  message_from_haml_text(File.read(file_name), locals)
end