1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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