app/controllers/tramway/event/events_controller.rb in tramway-event-1.9.19.1 vs app/controllers/tramway/event/events_controller.rb in tramway-event-1.9.19.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class Tramway::Event::EventsController < Tramway::Event::ApplicationController
layout 'tramway/landing/application'
def show
event = ::Tramway::Event::Event.find params[:id]