Method: Symphonia::ControllerExtensions#render_api_head
- Defined in:
- lib/symphonia/controller_extensions.rb
#render_api_head(status) ⇒ Object
Renders a head API response
147 148 149 |
# File 'lib/symphonia/controller_extensions.rb', line 147 def render_api_head(status) head status end |