-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace paged_operations_size method with :rows_per_page option
I did not use this approach when developing the plugin because I was using a splat for paged_update. However, as Dataset#update only takes a hash and not a splat, paged_update should do the same, making it possible to support an options hash. Currently, only the :rows_per_page option is supported. Minor documentation updates while here.
- Loading branch information
1 parent
2669aaa
commit 2906807
Showing
3 changed files
with
61 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters