params=(value)
Instance Public methods
Assigns the given value to the params hash. If
value is a Hash, this will create
an ActionController::Parameters object that
has been instantiated with the given value hash.
Assigns the given value to the params hash. If
value is a Hash, this will create
an ActionController::Parameters object that
has been instantiated with the given value hash.
Please login to continue.