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 (file_name, locals) (File.read(file_name), locals) end |