app/controllers/phcpresspro/frontend/articles_controller.rb in phcpresspro-8.0.5 vs app/controllers/phcpresspro/frontend/articles_controller.rb in phcpresspro-8.0.6
- old
+ new
@@ -15,6 +15,6 @@
def show
@articles_single = Articles::Post.where(pststatus: "published").find(params[:id])
end
end
-end
+end
\ No newline at end of file