Method: Fcid::ActiveResource::Base::ExtraParams::ClassMethods#connection_with_extra_params

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

#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