Sha256: 6d3c6a18d51e8bf6634866d84a55ab5905be400f7d6f89d6e26bbd27efe5cffd

Contents?: true

Size: 227 Bytes

Versions: 47

Compression:

Stored size: 227 Bytes

Contents

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

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

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
tramway-landing-1.1.3.trash.pre.2 app/controllers/tramway/landing/application_controller.rb
tramway-landing-1.1.3.trash app/controllers/tramway/landing/application_controller.rb
tramway-landing-1.1.3 app/controllers/tramway/landing/application_controller.rb
tramway-landing-1.1.2 app/controllers/tramway/landing/application_controller.rb
tramway-landing-1.1.1 app/controllers/tramway/landing/application_controller.rb
tramway-landing-1.1 app/controllers/tramway/landing/application_controller.rb
tramway-landing-1.0 app/controllers/tramway/landing/application_controller.rb