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