Skip to content

Commit

Permalink
+ doc
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 26, 2012
1 parent 4932fc9 commit fd54fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/picky-client/convenience.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def total
#
# === Options
# * up_to: Amount of results to populate. All of them by default.
# * finder_method: Specify which AR finder method you want to load the model with. Default is #find_by_id.
# * finder_method: Specify which AR finder method you want to load the model with. Default is #find_all_by_id.
# * The rest of the options are directly passed through to the ModelClass.find_by_id(ids, options) method. Default is {}.
#
def populate_with model_class, options = {}, &block
Expand Down

0 comments on commit fd54fb6

Please sign in to comment.