Skip to content

Commit e7fb2b1

Browse files
committed
Mark ActionFilter as nodoc
Didn't intend for this to be public. Oops!
1 parent c5a00c3 commit e7fb2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/abstract_controller/callbacks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module Callbacks
3535
skip_after_callbacks_if_terminated: true
3636
end
3737

38-
class ActionFilter
38+
class ActionFilter # :nodoc:
3939
def initialize(actions)
4040
@actions = Array(actions).map(&:to_s).to_set
4141
end

0 commit comments

Comments
 (0)