Module: PersistentParams::ClassMethods
- Defined in:
- lib/persistent_params.rb
Instance Method Summary collapse
Instance Method Details
#persistent_params_config(hash = {}) ⇒ Object
5 6 7 |
# File 'lib/persistent_params.rb', line 5 def persistent_params_config(hash = {}) @persistent_params_config ||= OpenStruct.new(hash) end |