Sha256: eebb01e3c14ea209a0106385d0ad0607f41e5e31ea1a14132a491450061e8d9c
Contents?: true
Size: 156 Bytes
Versions: 8
Compression:
Stored size: 156 Bytes
Contents
# frozen_string_literal: true module Rapporteur class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
8 entries across 8 versions & 1 rubygems