Websites/app/views/static/error.html.erb
2024-05-02 22:04:43 -05:00

13 lines
232 B
Plaintext

<% content_for(:page_title) do %>
Error
<% end %>
<h1><%= @message %></h1>
<% if Rails.env.production? %>
<% if @log_code.present? %>
<h3>Log Code: <%= @log_code %></h3>
<% end %>
<% else %>
<%= @backtrace %>
<% end %>