diff options
author | Akira Matsuda <ronnie@dio.jp> | 2018-12-15 13:17:32 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2018-12-15 13:21:58 +0900 |
commit | d57841b5c453370598f00dccd68000ae18c9ef58 (patch) | |
tree | 55773ed804ae96e2ff2b934934970f6c31f44a5c /railties/lib/rails/templates | |
parent | f23cdd4f830d268d8f39e5b9b4e67b47a43a7973 (diff) | |
download | rails-d57841b5c453370598f00dccd68000ae18c9ef58.tar.gz rails-d57841b5c453370598f00dccd68000ae18c9ef58.tar.bz2 rails-d57841b5c453370598f00dccd68000ae18c9ef58.zip |
Ruby can show a little bit more detailed info in shorter code
This follows up adb0c7bc5116e0f6020a4ec32b7e19ea8b26f1ec
Diffstat (limited to 'railties/lib/rails/templates')
-rw-r--r-- | railties/lib/rails/templates/rails/welcome/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index b6823457c0..6750e01029 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -66,7 +66,7 @@ <p class="version"> <strong>Rails version:</strong> <%= Rails.version %><br /> - <strong>Ruby version:</strong> <%= RUBY_VERSION %> (<%= RUBY_PLATFORM %>) + <strong>Ruby version:</strong> <%= RUBY_DESCRIPTION %> </p> </section> </div> |