Skip to content

Instantly share code, notes, and snippets.

@andrewsouthard1
Created May 4, 2017 17:33
Show Gist options
  • Save andrewsouthard1/b1f07854b6db1eca1bab4e8db8954d56 to your computer and use it in GitHub Desktop.
Save andrewsouthard1/b1f07854b6db1eca1bab4e8db8954d56 to your computer and use it in GitHub Desktop.
SW API controller
class Api::V1::FiguresController < ApplicationController
def index
@figures = Figure.all
render 'index.json.jbuilder'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment