Skip to content

Instantly share code, notes, and snippets.

@balvig
Created October 30, 2019 02:50
Show Gist options
  • Save balvig/571d14fab4679ff0d781a9268246f969 to your computer and use it in GitHub Desktop.
Save balvig/571d14fab4679ff0d781a9268246f969 to your computer and use it in GitHub Desktop.
class AuthenticationsController < ApplicationController
def new
@authentication = Authentication.new
track_login_start
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment