diff options
Diffstat (limited to 'railties/lib/rails/generators')
| -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 | 
