Skip to content

Instantly share code, notes, and snippets.

@coreyjs
Created October 2, 2018 19:47
Show Gist options
  • Select an option

  • Save coreyjs/c63db1a836810bcdfa1b52c9e764d00f to your computer and use it in GitHub Desktop.

Select an option

Save coreyjs/c63db1a836810bcdfa1b52c9e764d00f to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::API
def index
render json: { status: 200, message: 'Hello World'}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment