Sha256: 54b92a38852b224fb761e73038cc14844e6a6aa22439e9fec65bd757f66ccb65
Contents?: true
Size: 259 Bytes
Versions: 5
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module Tramway module Core class ApplicationController < ActionController::Base before_action :application def application @application = ::Tramway::Core.application_object end end end end
Version data entries
5 entries across 5 versions & 1 rubygems