Sha256: dfc7a32201487d4f47d6d8162ad370497b96cc01f5414e66469bf44a6c878f33
Contents?: true
Size: 182 Bytes
Versions: 5
Compression:
Stored size: 182 Bytes
Contents
# frozen_string_literal: true module Tramway module Partner class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end
Version data entries
5 entries across 5 versions & 1 rubygems