Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created July 11, 2017 15:07
Show Gist options
  • Save maxehmookau/f3277b7cfd4c9329ac6fda4c9b707872 to your computer and use it in GitHub Desktop.
Save maxehmookau/f3277b7cfd4c9329ac6fda4c9b707872 to your computer and use it in GitHub Desktop.
Standard Controller Example
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