Method: Symphonia::ControllerExtensions#render_api_ok

Defined in:
lib/symphonia/controller_extensions.rb

#render_api_okObject

Renders a 200 response for successful updates or deletions via the API



142
143
144
# File 'lib/symphonia/controller_extensions.rb', line 142

def render_api_ok
  head :ok
end