class ActionController::Base

Protected Instance Methods

permitted_params() click to toggle source
# File lib/permitted_params.rb, line 103
def permitted_params
  PermittedParams.new(params, self)
end