Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:20
Show Gist options
  • Save thenickcox/4b5ea042151489a11545 to your computer and use it in GitHub Desktop.
Save thenickcox/4b5ea042151489a11545 to your computer and use it in GitHub Desktop.
# app/controllers/albums_controller.rb
def index
@albums = Album.where(user_id: params[:user_id])
respond_with(@albums)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment