Websites/app/views/static/error.html.erb

13 lines
232 B
Plaintext
Raw Normal View History

2024-05-03 03:04:43 +00:00
<% 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 %>