aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-10-03 16:07:08 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-10-03 16:07:08 -0700
commit304e91765d89e4f8d190f3dbb80ad9ee277be95d (patch)
treebe59c31d5b5269124aec56b9d1bf247390718343 /lib
parent598ef2ee82a4c502deba678ed9191f5f40930132 (diff)
downloadrails-304e91765d89e4f8d190f3dbb80ad9ee277be95d.tar.gz
rails-304e91765d89e4f8d190f3dbb80ad9ee277be95d.tar.bz2
rails-304e91765d89e4f8d190f3dbb80ad9ee277be95d.zip
The world is our stage
Diffstat (limited to 'lib')
-rw-r--r--lib/templates/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templates/installer.rb b/lib/templates/installer.rb
index 100b0a96a8..cfe6b66ed2 100644
--- a/lib/templates/installer.rb
+++ b/lib/templates/installer.rb
@@ -10,7 +10,7 @@ copy_file "#{__dir__}/../../app/views/active_storage/blobs/_blob.html.erb",
# FIXME: Replace with release version on release
say "Installing JavaScript dependency"
-run "yarn add https://github.com/basecamp/actiontext"
+run "yarn add https://github.com/rails/actiontext"
APPLICATION_PATH_PATH = "app/javascript/packs/application.js"