Skip to content

Instantly share code, notes, and snippets.

@andrewsouthard1
Created May 4, 2017 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewsouthard1/8c15b0059607f76256791b78a9be9f1c to your computer and use it in GitHub Desktop.
Save andrewsouthard1/8c15b0059607f76256791b78a9be9f1c to your computer and use it in GitHub Desktop.
SW pre API controller example
class FiguresController < ApplicationController
def index
@figures = Figure.all
render 'index.html.erb'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment