Add proxy method for find_or_create_note

This commit is contained in:
Matthew Kienow 2018-03-29 18:43:34 -04:00
parent 0b5d3d31f9
commit 2b7c3872d4
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ module NoteDataProxy
end
end
# TODO: like other *DataProxy modules this currently skips the "find" part
def find_or_create_note(opts)
report_note(opts)
end
def report_note(opts)
begin
data_service = self.get_data_service()