Class: Views::Layouts::Mailer

Inherits:
Base
  • Object
show all
Defined in:
lib/rails/generators/fortitude/mailer/templates/layout.html.rb

Instance Method Summary collapse

Instance Method Details

#contentsObject



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