picky-client 4.12.1 → 4.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/picky-client/convenience.rb +1 -1
- metadata +2 -2
|
@@ -51,7 +51,7 @@ module Picky
|
|
|
51
51
|
#
|
|
52
52
|
# === Options
|
|
53
53
|
# * up_to: Amount of results to populate. All of them by default.
|
|
54
|
-
# * finder_method: Specify which AR finder method you want to load the model with. Default is #
|
|
54
|
+
# * finder_method: Specify which AR finder method you want to load the model with. Default is #find_all_by_id.
|
|
55
55
|
# * The rest of the options are directly passed through to the ModelClass.find_by_id(ids, options) method. Default is {}.
|
|
56
56
|
#
|
|
57
57
|
def populate_with model_class, options = {}, &block
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: picky-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.12.
|
|
4
|
+
version: 4.12.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-12-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yajl-ruby
|