index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
templates
/
rescues
/
unknown_action.rhtml
blob: 683379da1083859c43f721bacdb5ef332041535c (
plain
) (
blame
)
1
2
<
h1
>
Unknown action
</
h1
>
<
p
>
<%=
h
@exception
.
message
%>
</
p
>