Method: QBFC::QBCollection#method_missing

Defined in:
lib/qbfc/qb_collection.rb

#method_missing(symbol, *params) ⇒ Object

Send any missing methods to the class, along with the Session object



22
23
24
# File 'lib/qbfc/qb_collection.rb', line 22

def method_missing(symbol, *params) #:nodoc:

  @klass.send(symbol, @sess, *params)
end