method
enabled?
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::Http::ParameterFilter
enabled?()private
No documentation available.
# File actionpack/lib/action_dispatch/http/parameter_filter.rb, line 19
def enabled?
@filters.present?
end