module ParamsReady::Extensions::Freezer::InstanceMethods
Public Instance Methods
freeze()
click to toggle source
Calls superclass method
# File lib/params_ready/extensions/freezer.rb, line 42 def freeze freeze_variables if respond_to? :freeze_variables super end