Sha256: 1430b3fd8e57e6626e8c3a44bc28e354346adf11f6b957477ba808e5ad2c8bf4
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
# frozen_string_literal: true module Omniauth module Rails class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end
Version data entries
6 entries across 6 versions & 1 rubygems