Include empty app/mailers directory in mountable and full plugins

This commit is contained in:
Dan Gebhardt
2011-07-26 15:41:08 -04:00
committed by Xavier Noria
parent 651a9c93be
commit bfde0636dd
2 changed files with 1 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ module Rails
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