Flowdock
method

_set_wrapper_options

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ClassMethods
_set_wrapper_options(options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/params_wrapper.rb, line 176
      def _set_wrapper_options(options)
        self._wrapper_options = Options.from_hash(options)
      end
Register or log in to add new notes.