aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorBen A. Morgan <ben@benmorgan.io>2016-04-19 00:04:44 -0700
committerBen A. Morgan <ben@benmorgan.io>2016-04-19 14:14:26 -0700
commitbee4c8f00dbd32406907dc13f7cb6ca8b0a932e5 (patch)
tree547ab4aa40442def338fbc3ce521117516482c7a /railties
parent3ba0eec20c79923ee701b13f297cc21a6f0f4a9b (diff)
downloadrails-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')
-rw-r--r--railties/lib/rails/generators/rails/plugin/templates/bin/rails.tt3
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__)