module PersistentParams::ClassMethods
Public Instance Methods
persistent_params_config(hash = {})
click to toggle source
# File lib/persistent_params.rb, line 5 def persistent_params_config(hash = {}) @persistent_params_config ||= OpenStruct.new(hash) end