Module: SerializePartialAttributes::Controller

Defined in:
lib/serialize_partials_attributes.rb

Instance Method Summary collapse

Instance Method Details

#render(*args, &block) ⇒ Object



3
4
5
6
# File 'lib/serialize_partials_attributes.rb', line 3

def render *args, &block
  args[0].merge!(attributes_to_serialize)
  super 
end