Skip to content

Commit

Permalink
Add missing parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawalonoski committed Oct 25, 2016
1 parent 90ab876 commit 220fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fhir_client/ext/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def self.conditional_create(model, params, client = @@client)
handle_response client.conditional_create(model, params)
end

def self.all
def self.all(client = @@client)
handle_response client.read_feed(self)
end

Expand Down

0 comments on commit 220fd93

Please sign in to comment.