Skip to content

Instantly share code, notes, and snippets.

@jtperreault
Created May 15, 2017 01:37
Show Gist options
  • Save jtperreault/cdaccdd7c452f1256a9ca931c37e24c4 to your computer and use it in GitHub Desktop.
Save jtperreault/cdaccdd7c452f1256a9ca931c37e24c4 to your computer and use it in GitHub Desktop.
example phone controller
class PhonesController < ApplicationController
def index
@phones = Phone.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment