generators/crm/vendor/ms_dynamics/adapter.rb in rhoconnect-adapters-1.0.0.beta1 vs generators/crm/vendor/ms_dynamics/adapter.rb in rhoconnect-adapters-1.0.0.beta2
- old
+ new
@@ -207,10 +207,10 @@
# return JSON
{ 'index' => index_form, 'show' => show_form, 'new' => new_form, 'edit' => edit_form }.to_json
end
- def create(create_hash,blob=nil)
+ def create(create_hash)
# TODO: Create a new record in your backend data source
# If your rhodes rhom object contains image/binary data
# (has the image_uri attribute), then a blob will be provided
created_object_id = nil
request_fields = {}
\ No newline at end of file