Skip to content

Instantly share code, notes, and snippets.

@msarit
Created April 6, 2018 15:38
Show Gist options
  • Save msarit/8272048d9d818c5b00423f99b521a8fc to your computer and use it in GitHub Desktop.
Save msarit/8272048d9d818c5b00423f99b521a8fc to your computer and use it in GitHub Desktop.
class GramsController < ApplicationController
before_action :authenticate_user!, only: [:new, :create, :edit, :update, :destroy]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment