Class: Views::Layouts::Mailer
- Inherits:
-
Base
- Object
- Base
- Views::Layouts::Mailer
- Defined in:
- lib/rails/generators/fortitude/mailer/templates/layout.html.rb
Instance Method Summary collapse
Instance Method Details
#contents ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/rails/generators/fortitude/mailer/templates/layout.html.rb', line 2 def contents html { body { yield } } end |