instance method
enabled?
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v3.2.22.5 Private — implementation detail, not part of the public APISignature
enabled?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/parameter_filter.rb, line 19
def enabled?
@filters.present?
end
Defined in actionpack/lib/action_dispatch/http/parameter_filter.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::ParameterFilter