You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+22
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,28 @@ class UsersController < ApplicationController
266
266
end
267
267
----
268
268
269
+
=== Action Filters Order [[action-filters-order]]
270
+
271
+
Order controller filter declarations in the order in which they will be executed.
272
+
For reference, see https://dev.to/timkrins/an-experiment-with-controller-action-callbacks-in-rails-c3p[An experiment with controller action callback order in Rails].
0 commit comments