Created
July 11, 2017 15:07
-
-
Save maxehmookau/f3277b7cfd4c9329ac6fda4c9b707872 to your computer and use it in GitHub Desktop.
Standard Controller Example
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 TestResultsController < ApplicationController | |
def index | |
@test_results = current_user.test_results | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment