Module: Fcid::ActiveResource::Base::ExtraParams::ClassMethods

Defined in:
lib/fcid/active_resource/extra_params.rb

Instance Method Summary collapse

Instance Method Details

#connection_with_extra_params(*args) ⇒ Object



20
21
22
23
24
# File 'lib/fcid/active_resource/extra_params.rb', line 20

def connection_with_extra_params(*args)
  connection = connection_without_extra_params(*args)
  connection.extra_params = extra_params
  connection
end