1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Ruby can show a little bit more detailed info in shorter code

This follows up adb0c7bc51
This commit is contained in:
Akira Matsuda 2018-12-15 13:17:32 +09:00
parent f23cdd4f83
commit d57841b5c4

View file

@ -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>