Skip to content

Instantly share code, notes, and snippets.

@sahil290791
Created January 16, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sahil290791/c85fd15e27d7f7ec2c820e97ee98cc98 to your computer and use it in GitHub Desktop.
Save sahil290791/c85fd15e27d7f7ec2c820e97ee98cc98 to your computer and use it in GitHub Desktop.
Application controller example for voting app
class ApplicationController < ActionController::Base
before_action :authenticate_user!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment