diff options
author | Lawrence Curtis <lawrence@slipstreamstudio.com> | 2010-06-11 10:50:52 +0100 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-06-12 09:54:18 +0200 |
commit | f0963e2ab0d39e951d772465ec4c8d07b8a4a3d7 (patch) | |
tree | e82c58b44ed12f70d2bfb67f4df9ae28bb94535c /railties | |
parent | b5ce2490c1f31b64288854cdaf09380493a1fafd (diff) | |
download | rails-f0963e2ab0d39e951d772465ec4c8d07b8a4a3d7.tar.gz rails-f0963e2ab0d39e951d772465ec4c8d07b8a4a3d7.tar.bz2 rails-f0963e2ab0d39e951d772465ec4c8d07b8a4a3d7.zip |
Create mailers folder when starting a new rails app
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory b/railties/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/railties/lib/rails/generators/rails/app/templates/app/mailers/.empty_directory |