|
5 | 5 | <div class="main"> |
6 | 6 | <div class="banner"> |
7 | 7 |
|
8 | | - <span>Ruby on Rails 7.1.3</span><br /> |
| 8 | + <span>Ruby on Rails 7.1.5</span><br /> |
9 | 9 |
|
10 | 10 | <div class="type">Class</div> |
11 | 11 | <h1> |
@@ -73,11 +73,11 @@ <h2 id="methods">Methods</h2> |
73 | 73 | </li> |
74 | 74 |
|
75 | 75 | <li> |
76 | | - <a href="#method-c-controller_path">controller_path</a> |
| 76 | + <a href="#method-i-controller_path">controller_path</a> |
77 | 77 | </li> |
78 | 78 |
|
79 | 79 | <li> |
80 | | - <a href="#method-i-controller_path">controller_path</a> |
| 80 | + <a href="#method-c-controller_path">controller_path</a> |
81 | 81 | </li> |
82 | 82 |
|
83 | 83 | <li> |
@@ -191,7 +191,7 @@ <h3 id="method-c-abstract-21"> |
191 | 191 | @abstract = true |
192 | 192 | end</code></pre> |
193 | 193 |
|
194 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">π See on GitHub</a> |
| 194 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">π See on GitHub</a> |
195 | 195 |
|
196 | 196 | </details> |
197 | 197 |
|
@@ -239,7 +239,7 @@ <h4 id="method-c-action_methods-label-Returns">Returns</h4> |
239 | 239 | end |
240 | 240 | end</code></pre> |
241 | 241 |
|
242 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L96" target="_blank" class="github_url">π See on GitHub</a> |
| 242 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L96" target="_blank" class="github_url">π See on GitHub</a> |
243 | 243 |
|
244 | 244 | </details> |
245 | 245 |
|
@@ -274,7 +274,7 @@ <h3 id="method-c-clear_action_methods-21"> |
274 | 274 | @action_methods = nil |
275 | 275 | end</code></pre> |
276 | 276 |
|
277 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L111" target="_blank" class="github_url">π See on GitHub</a> |
| 277 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L111" target="_blank" class="github_url">π See on GitHub</a> |
278 | 278 |
|
279 | 279 | </details> |
280 | 280 |
|
@@ -321,7 +321,7 @@ <h4 id="method-c-controller_path-label-Returns">Returns</h4> |
321 | 321 | @controller_path ||= name.delete_suffix("Controller").underscore unless anonymous? |
322 | 322 | end</code></pre> |
323 | 323 |
|
324 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L125" target="_blank" class="github_url">π See on GitHub</a> |
| 324 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L125" target="_blank" class="github_url">π See on GitHub</a> |
325 | 325 |
|
326 | 326 | </details> |
327 | 327 |
|
@@ -364,7 +364,7 @@ <h3 id="method-c-internal_methods"> |
364 | 364 | controller.public_instance_methods(true) - methods |
365 | 365 | end</code></pre> |
366 | 366 |
|
367 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L76" target="_blank" class="github_url">π See on GitHub</a> |
| 367 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L76" target="_blank" class="github_url">π See on GitHub</a> |
368 | 368 |
|
369 | 369 | </details> |
370 | 370 |
|
@@ -400,7 +400,7 @@ <h3 id="method-c-method_added"> |
400 | 400 | clear_action_methods! |
401 | 401 | end</code></pre> |
402 | 402 |
|
403 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">π See on GitHub</a> |
| 403 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">π See on GitHub</a> |
404 | 404 |
|
405 | 405 | </details> |
406 | 406 |
|
@@ -435,7 +435,7 @@ <h3 id="method-c-supports_path-3F"> |
435 | 435 | true |
436 | 436 | end</code></pre> |
437 | 437 |
|
438 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L199" target="_blank" class="github_url">π See on GitHub</a> |
| 438 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L199" target="_blank" class="github_url">π See on GitHub</a> |
439 | 439 |
|
440 | 440 | </details> |
441 | 441 |
|
@@ -474,7 +474,7 @@ <h3 id="method-i-action_methods"> |
474 | 474 | self.class.action_methods |
475 | 475 | end</code></pre> |
476 | 476 |
|
477 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L170" target="_blank" class="github_url">π See on GitHub</a> |
| 477 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L170" target="_blank" class="github_url">π See on GitHub</a> |
478 | 478 |
|
479 | 479 | </details> |
480 | 480 |
|
@@ -508,7 +508,7 @@ <h3 id="method-i-action_name"> |
508 | 508 | attr_internal :action_name |
509 | 509 | </code></pre> |
510 | 510 |
|
511 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L42" target="_blank" class="github_url">π See on GitHub</a> |
| 511 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L42" target="_blank" class="github_url">π See on GitHub</a> |
512 | 512 |
|
513 | 513 | </details> |
514 | 514 |
|
@@ -550,7 +550,7 @@ <h4 id="method-i-available_action-3F-label-Parameters">Parameters</h4> |
550 | 550 | _find_action_name(action_name) |
551 | 551 | end</code></pre> |
552 | 552 |
|
553 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L184" target="_blank" class="github_url">π See on GitHub</a> |
| 553 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L184" target="_blank" class="github_url">π See on GitHub</a> |
554 | 554 |
|
555 | 555 | </details> |
556 | 556 |
|
@@ -585,7 +585,7 @@ <h3 id="method-i-controller_path"> |
585 | 585 | self.class.controller_path |
586 | 586 | end</code></pre> |
587 | 587 |
|
588 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L165" target="_blank" class="github_url">π See on GitHub</a> |
| 588 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L165" target="_blank" class="github_url">π See on GitHub</a> |
589 | 589 |
|
590 | 590 | </details> |
591 | 591 |
|
@@ -619,7 +619,7 @@ <h3 id="method-i-formats"> |
619 | 619 | attr_internal :formats |
620 | 620 | </code></pre> |
621 | 621 |
|
622 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L46" target="_blank" class="github_url">π See on GitHub</a> |
| 622 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L46" target="_blank" class="github_url">π See on GitHub</a> |
623 | 623 |
|
624 | 624 | </details> |
625 | 625 |
|
@@ -654,7 +654,7 @@ <h3 id="method-i-performed-3F"> |
654 | 654 | response_body |
655 | 655 | end</code></pre> |
656 | 656 |
|
657 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L191" target="_blank" class="github_url">π See on GitHub</a> |
| 657 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L191" target="_blank" class="github_url">π See on GitHub</a> |
658 | 658 |
|
659 | 659 | </details> |
660 | 660 |
|
@@ -704,7 +704,7 @@ <h4 id="method-i-process-label-Returns">Returns</h4> |
704 | 704 | process_action(action_name, *args) |
705 | 705 | end</code></pre> |
706 | 706 |
|
707 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L151" target="_blank" class="github_url">π See on GitHub</a> |
| 707 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L151" target="_blank" class="github_url">π See on GitHub</a> |
708 | 708 |
|
709 | 709 | </details> |
710 | 710 |
|
@@ -738,7 +738,7 @@ <h3 id="method-i-response_body"> |
738 | 738 | attr_internal :response_body |
739 | 739 | </code></pre> |
740 | 740 |
|
741 | | - <a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L38" target="_blank" class="github_url">π See on GitHub</a> |
| 741 | + <a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L38" target="_blank" class="github_url">π See on GitHub</a> |
742 | 742 |
|
743 | 743 | </details> |
744 | 744 |
|
|
0 commit comments