Skip to content

Commit

Permalink
Fixed byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
manju authored and manju committed Jul 22, 2018
1 parent 2c25f8f commit 9d11f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def self.users_listing(user_id,user_type_id)
end

def self.create_access_request(user_id, patient_id, document_id)
RequestAccess.create!(requestor_id: user_id, grantor_id: patient_id, document_id: document_id)
RequestAccess.create(requestor_id: user_id, grantor_id: patient_id, document_id: document_id)
return
end

Expand Down

0 comments on commit 9d11f84

Please sign in to comment.