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