Skip to content

Commit

Permalink
Remove whitespaces from the default mailer file
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jul 30, 2009
1 parent d860c89 commit 61d995f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railties/lib/generators/rails/mailer/templates/mailer.rb
@@ -1,5 +1,4 @@
class <%= class_name %> < ActionMailer::Base
<% for action in actions -%>

def <%= action %>(sent_at = Time.now)
Expand All @@ -10,6 +9,6 @@ def <%= action %>(sent_at = Time.now)

body :greeting => 'Hi,'
end
<% end -%>

<% end -%>
end

0 comments on commit 61d995f

Please sign in to comment.