Sha256: 6d3c6a18d51e8bf6634866d84a55ab5905be400f7d6f89d6e26bbd27efe5cffd
Contents?: true
Size: 227 Bytes
Versions: 47
Compression:
Stored size: 227 Bytes
Contents
module Tramway module Landing class ApplicationController < ActionController::Base protect_from_forgery with: :exception def application ::Tramway::Core::Application.first end end end end
Version data entries
47 entries across 47 versions & 1 rubygems