Sha256: c7e4fe89888fd223f81e8a44332ee04d6a45c1c3421ca2d861f8c6a00b8a488f
Contents?: true
Size: 399 Bytes
Versions: 80
Compression:
Stored size: 399 Bytes
Contents
# frozen_string_literal: true module Tramway module Landing class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action :application def application if ::Tramway::Core.application @application = Tramway::Core.application&.model_class&.first || Tramway::Core.application end end end end end
Version data entries
80 entries across 80 versions & 1 rubygems