Method: Supplejack::PaginatedCollection#method_missing

Defined in:
lib/supplejack/paginated_collection.rb

#method_missing(method, *args, &block) ⇒ Object (private)



56
57
58
# File 'lib/supplejack/paginated_collection.rb', line 56

def method_missing(method, *args, &block)
  @collection.send(method, *args, &block)
end