From 2b7ad6b321cb776989bcd1104998dc9a024461f3 Mon Sep 17 00:00:00 2001 From: ahinz Date: Thu, 11 Dec 2014 15:57:26 +0100 Subject: [PATCH] ` --- app/controllers/articles_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/articles_controller.rb b/app/controllers/articles_controller.rb index 0029a91..50cc57f 100644 --- a/app/controllers/articles_controller.rb +++ b/app/controllers/articles_controller.rb @@ -1,6 +1,6 @@ class ArticlesController < ApplicationController before_action :set_article, only: [:show, :edit, :update, :destroy] - before_filter :authenticate_user!, only: [:show, :edit, :update, :destroy] + before_filter :authenticate_user!, only: [:new, :create, :edit, :update, :destroy] # GET /articles # GET /articles.json