Sha256: 2ad138293b9dd2bb57317cde6692f439ddec85c379af259796b1f3ea4a2ef6b5
Contents?: true
Size: 349 Bytes
Versions: 15
Compression:
Stored size: 349 Bytes
Contents
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
15 entries across 15 versions & 1 rubygems