Sha256: b3f8368bccee39f66914b5c1355a7feb2f98c8ef6f8e93bcb62334e32c6428f8
Contents?: true
Size: 368 Bytes
Versions: 13
Compression:
Stored size: 368 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems