diff options
author | Paul Campbell <paul@rslw.com> | 2012-05-08 11:44:58 +0100 |
---|---|---|
committer | Paul Campbell <paul@rslw.com> | 2012-05-08 11:44:58 +0100 |
commit | ceb1dcc3dbd4f3e5d42f46bb5746c87c1fcf47ff (patch) | |
tree | 0e1cb5dd2077086ae3523b7ed69247f4c8f8bd85 /railties | |
parent | fc5c41e9424e49db77245de4d17031ebb3e96b5c (diff) | |
download | rails-ceb1dcc3dbd4f3e5d42f46bb5746c87c1fcf47ff.tar.gz rails-ceb1dcc3dbd4f3e5d42f46bb5746c87c1fcf47ff.tar.bz2 rails-ceb1dcc3dbd4f3e5d42f46bb5746c87c1fcf47ff.zip |
add humans.txt
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt b/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt new file mode 100644 index 0000000000..1c49e5c70a --- /dev/null +++ b/railties/lib/rails/generators/rails/app/templates/public/humans.txt.tt @@ -0,0 +1,9 @@ +# See more about this file at: http://humanstxt.org/ +# For format suggestions, see: http://humanstxt.org/Standard.html +/* TEAM */ + <%= ENV['USER'].titlecase %> + +/* APP */ + Name: <%= app_const_base %> + Date Created: <%= Date.today.strftime("%B %d, %Y") %> + Software: Ruby on Rails |