Skip to content

Commit

Permalink
Merge pull request #2287 from dgeb/3-1-mailers-in-plugins
Browse files Browse the repository at this point in the history
Ensure that app/mailers gets created in new plugins
  • Loading branch information
josevalim committed Jul 27, 2011
2 parents 348cd23 + 9d93a44 commit a9dea60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ def app
empty_directory_with_gitkeep "app/controllers"
empty_directory_with_gitkeep "app/views"
empty_directory_with_gitkeep "app/helpers"
empty_directory_with_gitkeep "app/mailers"
empty_directory_with_gitkeep "app/assets/images/#{name}"
end
end
Expand Down
Empty file.

0 comments on commit a9dea60

Please sign in to comment.