Sha256: 54b92a38852b224fb761e73038cc14844e6a6aa22439e9fec65bd757f66ccb65

Contents?: true

Size: 259 Bytes

Versions: 5

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

module Tramway
  module Core
    class ApplicationController < ActionController::Base
      before_action :application

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-core-1.14.7.2 app/controllers/tramway/core/application_controller.rb
tramway-core-1.14.7.1 app/controllers/tramway/core/application_controller.rb
tramway-core-1.14.7 app/controllers/tramway/core/application_controller.rb
tramway-core-1.14.6.1 app/controllers/tramway/core/application_controller.rb
tramway-core-1.14.6 app/controllers/tramway/core/application_controller.rb