From ebca18544c4fcc325065f9804118f06bf8e070e8 Mon Sep 17 00:00:00 2001 From: cleanworld <31337340+cleanworld@users.noreply.github.com> Date: Mon, 28 Aug 2017 17:38:22 -0400 Subject: [PATCH] Update identities_controller.rb --- app/controllers/identities_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/identities_controller.rb b/app/controllers/identities_controller.rb index 1ad996b..cd216c6 100644 --- a/app/controllers/identities_controller.rb +++ b/app/controllers/identities_controller.rb @@ -1,3 +1,4 @@ +// Identities Controller class IdentitiesController < ApplicationController # before_action :logged_in_user, only: [:create, :destroy] skip_before_filter :verify_authenticity_token, :only => [:update] @@ -29,4 +30,4 @@ def destroy def identity_params params.require(:identity).permit([:provider, :url]) end -end \ No newline at end of file +end