Skip to content

Commit

Permalink
Mark ActionFilter as nodoc
Browse files Browse the repository at this point in the history
Didn't intend for this to be public. Oops!
  • Loading branch information
jhawthorn committed Oct 13, 2021
1 parent c5a00c3 commit e7fb2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/abstract_controller/callbacks.rb
Expand Up @@ -35,7 +35,7 @@ module Callbacks
skip_after_callbacks_if_terminated: true
end

class ActionFilter
class ActionFilter # :nodoc:
def initialize(actions)
@actions = Array(actions).map(&:to_s).to_set
end
Expand Down

0 comments on commit e7fb2b1

Please sign in to comment.