Created
May 15, 2017 01:37
-
-
Save jtperreault/cdaccdd7c452f1256a9ca931c37e24c4 to your computer and use it in GitHub Desktop.
example phone controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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