app/controllers/apicasso/crud_controller.rb in apicasso-0.2.13 vs app/controllers/apicasso/crud_controller.rb in apicasso-0.2.14
- old
+ new
@@ -26,10 +26,9 @@
# GET /:resource/1
# Common behavior for showing a record, with an addition of
# relation/methods including on response
def show
set_access_control_headers
- byebug
render json: show_json
end
# PATCH/PUT /:resource/1
# Common behavior for an update API endpoint