likes doesn't have an index

This commit is contained in:
Brenda Wallace
2017-02-12 14:20:36 +13:00
parent 6b8474e01b
commit a0be52fdaa

View File

@@ -1,6 +1,5 @@
class LikesController < ApplicationController
before_action :authenticate_member!, except: :index
before_action :authenticate_member!
respond_to :html, :json
def create