Sha256: c778514a86270da22be40fac0d87b4a5fa3e86e7d5aa72a52316b1381cf338b8
Contents?: true
Size: 380 Bytes
Versions: 19
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true module Tramway module SportSchool class ApplicationController < ::Tramway::Core::ApplicationController layout 'tramway/landing/application' protect_from_forgery with: :exception before_action :application def application @application = ::Tramway::Core.application.model_class.first end end end end
Version data entries
19 entries across 19 versions & 1 rubygems