Sha256: f4f28f7f7d52f6b530ce30c7402f4b8fc2e9bd2f68795c19a98dbb3a2a9f65c4
Contents?: true
Size: 368 Bytes
Versions: 22
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true module Tramway module Conference class ApplicationController < ::Tramway::Core::ApplicationController layout 'tramway/landing/application' protect_from_forgery with: :exception before_action :application def application @application = ::Tramway::Core.application_object end end end end
Version data entries
22 entries across 22 versions & 1 rubygems