Skip to content

Instantly share code, notes, and snippets.

@victorximenis
Created February 29, 2016 18:51
Show Gist options
  • Save victorximenis/0d139dcdc2172ec9eb45 to your computer and use it in GitHub Desktop.
Save victorximenis/0d139dcdc2172ec9eb45 to your computer and use it in GitHub Desktop.
class Api::V1::ArtistsController < ApplicationController
def index
render json: Artist.all, status: 200
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment