Skip to content

Commit 7c71cce

Browse files
committed
Remove obsolete before_action
This method is called directly were needed, and the show action does not exist in this controller.
1 parent a9c3b50 commit 7c71cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/articles_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class ArticlesController < ContentController
55

66
before_action :login_required, only: [:preview, :preview_page]
77
before_action :verify_config
8-
before_action :auto_discovery_feed, only: [:show, :index]
98

109
layout :theme_layout, except: [:trackback]
1110

0 commit comments

Comments
 (0)