Sha256: 08c3c45e5d40ac4e93ccdbf4dd452a83f286b1220171e6b816615d6705357a12
Contents?: true
Size: 183 Bytes
Versions: 12
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true module Tramway module Profiles class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end
Version data entries
12 entries across 12 versions & 1 rubygems