Sha256: f4f28f7f7d52f6b530ce30c7402f4b8fc2e9bd2f68795c19a98dbb3a2a9f65c4

Contents?: true

Size: 368 Bytes

Versions: 22

Compression:

Stored size: 368 Bytes

Contents

# frozen_string_literal: true

module Tramway
  module Conference
    class ApplicationController < ::Tramway::Core::ApplicationController
      layout 'tramway/landing/application'
      protect_from_forgery with: :exception
      before_action :application

      def application
        @application = ::Tramway::Core.application_object
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tramway-conference-1.9.5.5 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.5.4 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.5.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.5 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.4.4 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.4.3 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.4.2 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.4.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.4 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.3.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.3 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.2.2 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.2.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.2 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.1.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.0.2 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9.0.1 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.9 app/controllers/tramway/conference/application_controller.rb
tramway-conference-1.8.14.1 app/controllers/tramway/conference/application_controller.rb