class ParamsWrapperForApiTest::UsersController

Attributes

last_parameters[RW]

Public Instance Methods

test() click to toggle source
# File actionpack/test/controller/api/params_wrapper_test.rb, line 11
def test
  self.last_parameters = params.except(:controller, :action).to_unsafe_h
  head :ok
end