forked from railsdoc/railsdoc.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathActionNotFound.html
66 lines (27 loc) · 967 Bytes
/
ActionNotFound.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
title: AbstractController::ActionNotFound
layout: default
---
<div class="main">
<div class="banner">
<span>Ruby on Rails 7.2.2</span><br />
<div class="type">Class</div>
<h1>
AbstractController::ActionNotFound
<span class="parent"><
StandardError
</span>
</h1>
<ul class="files">
<li><a href="../../files/actionpack/lib/abstract_controller/base_rb.html">actionpack/lib/abstract_controller/base.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p>Raised when a non-existing controller action is triggered.</p>
</div>
<!-- Methods -->
</div>
</div>
</div>