code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

"limit" has no default, contrary to the comment #53

Closed yn closed 5 years ago

yn commented 8 years ago

In the comment in provider.rb, we have the following:

# ## ActiveRecord Integration
# * `limit` -           Maximum number of records to return in each page/set.
#   Defaults to 100.

However, ActiveRecordWrapper.initialize has no default for limit parameter.