picky-client 4.12.1 → 4.12.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/picky-client/convenience.rb +1 -1
  2. 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 #find_by_id.
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.1
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-11-26 00:00:00.000000000 Z
12
+ date: 2012-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yajl-ruby