app/controllers/tramway/news/news_controller.rb in tramway-news-1.0.4.1 vs app/controllers/tramway/news/news_controller.rb in tramway-news-1.0.4.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class ::Tramway::News::NewsController < ::Tramway::News::ApplicationController
layout 'tramway/landing/application'
def show
@news = ::Tramway::News::News.find params[:id]