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