diff options
author | Ben A. Morgan <ben@benmorgan.io> | 2016-04-19 00:04:44 -0700 |
---|---|---|
committer | Ben A. Morgan <ben@benmorgan.io> | 2016-04-19 14:14:26 -0700 |
commit | bee4c8f00dbd32406907dc13f7cb6ca8b0a932e5 (patch) | |
tree | 547ab4aa40442def338fbc3ce521117516482c7a /railties/lib | |
parent | 3ba0eec20c79923ee701b13f297cc21a6f0f4a9b (diff) | |
download | rails-bee4c8f00dbd32406907dc13f7cb6ca8b0a932e5.tar.gz rails-bee4c8f00dbd32406907dc13f7cb6ca8b0a932e5.tar.bz2 rails-bee4c8f00dbd32406907dc13f7cb6ca8b0a932e5.zip |
mention rails 5 instead of rails 4 in bin/rails for plugins
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt b/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt index 3edaac35c9..56e7925c6b 100644 --- a/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt +++ b/railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt @@ -1,4 +1,5 @@ -# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application. +# This command will automatically be run when you run "rails" with Rails gems +# installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/<%= namespaced_name -%>/engine', __FILE__) |