Sha256: 2b96cb871ca5787dac3bcb190fa0aa20db971eeda9c404a3c828c4801b09e3db
Contents?: true
Size: 152 Bytes
Versions: 18
Compression:
Stored size: 152 Bytes
Contents
# frozen_string_literal: true module Aranha class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
18 entries across 18 versions & 1 rubygems