aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb
blob: c1fbf67eed297cef40af6e20b1dcadb088d75eae (plain) (blame)
1
2
3
4
5
6
<header>
  <h1>Unknown action</h1>
</header>
<div id="container">
  <h2><%= @exception.message %></h2>
</div>