From a0be52fdaa9fba2ede311f5a65ccfb594ab8b768 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 12 Feb 2017 14:20:36 +1300 Subject: [PATCH] likes doesn't have an index --- app/controllers/likes_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/likes_controller.rb b/app/controllers/likes_controller.rb index 19c149427..d9439881a 100644 --- a/app/controllers/likes_controller.rb +++ b/app/controllers/likes_controller.rb @@ -1,6 +1,5 @@ class LikesController < ApplicationController - before_action :authenticate_member!, except: :index - + before_action :authenticate_member! respond_to :html, :json def create