app/controllers/phcpresspro/frontend/articles_controller.rb in phcpresspro-5.6.0 vs app/controllers/phcpresspro/frontend/articles_controller.rb in phcpresspro-5.6.1

- old
+ new

@@ -3,10 +3,9 @@ module Phcpresspro class Frontend::ArticlesController < ApplicationController # Security & Filters layout '/layouts/phcpresspro/frontend.html.erb' - before_action :set_frontend_article, only: [:show] # Article Index def index @article_index = Articles::Post.all end