Skip to content

Commit

Permalink
displau rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
neumerance committed Dec 6, 2023
1 parent d712696 commit 5282351
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
<%= render partial: 'shared/footer' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
<% unless ENV['DEFAULT_HOST'] == 'secretlink.org' %>
<p>
<small><em>Rails version</em> <%= Rails::VERSION::STRING %></small> |
<small><em>Ruby version</em> <%= RUBY_VERSION %></small>
</p>
<% end %>
</body>
</html>

0 comments on commit 5282351

Please sign in to comment.