Skip to content

Instantly share code, notes, and snippets.

@mariannave
Created August 21, 2017 01:25
Show Gist options
  • Select an option

  • Save mariannave/f29dc7425e1a21104db28696e7aaefb7 to your computer and use it in GitHub Desktop.

Select an option

Save mariannave/f29dc7425e1a21104db28696e7aaefb7 to your computer and use it in GitHub Desktop.
api :GET/ '/courses', 'Lista todas as disciplinas'
def index
@courses = Course.all
render json: @courses
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment