Sha256: 18ad218ea73c88621c9588c75b37b888694eb5db35ef217c22d99369df9ee8cf

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

module Tramway
  module Landing
    class ApplicationController < ActionController::Base
      protect_from_forgery with: :exception

      def application
        @application = ::Tramway::Core::Application.first
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tramway-landing-1.4.7.3 app/controllers/tramway/landing/application_controller.rb