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:
parent
651a9c93be
commit
bfde0636dd
2 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue