Skip to content

Commit

Permalink
Include empty app/mailers directory in mountable and full plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jul 26, 2011
1 parent 1768b6c commit 9d93a44
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 9d93a44

Please sign in to comment.