Method: ExplicitParameters::Parameters#to_hash

Defined in:
lib/explicit_parameters/parameters.rb

#to_hashObject



94
95
96
# File 'lib/explicit_parameters/parameters.rb', line 94

def to_hash
  super.except(*missing_attributes)
end