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