Sha256: 021c0c4da2f8b0faba051950ac1a449a844bea0bc7fc02fbeaa38f338cb24119
Contents?: true
Size: 160 Bytes
Versions: 7
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true module Sail class ApplicationController < ActionController::Base # :nodoc: protect_from_forgery with: :exception end end
Version data entries
7 entries across 7 versions & 1 rubygems