Conversation
| @@ -0,0 +1,3 @@ | |||
| language: ruby | |||
There was a problem hiding this comment.
There's a weird error on Travis and rubygems/bundler#3558 suggests adding sudo: false to .travis.yml to fix it.
|
Thanks for the contribution, I've got a question. What if your app itself stored a configuration value to pass as options to |
|
Really I just wanted a way to override the invalid range message. I couldn't think of a better way to do it. If you have suggestions I'm all ears |
|
And then once I pulled out the message variable into the config, I figured the other values should come along as well |
|
Also, this doesn't change the fact that you can still send in options directly to the Anyway, all I wanted to do was make the invalid range message changeable. If you would rather have that sent in the options hash directly to the |
Allows accessing setup configuration from one global location (e.g. initializer). Global settings can be overridden in
paginatecall.