Sha256: 73aa1cfd4a565e82c25dd1ec7540a507d903882692299a65506dfc8d9e0646a7
Contents?: true
Size: 202 Bytes
Versions: 27
Compression:
Stored size: 202 Bytes
Contents
class ApplicationController < ActionController::Base if ENV["RAILS_NEXT"] == "true" protect_from_forgery with: :exception, prepend: true else protect_from_forgery with: :exception end end
Version data entries
27 entries across 27 versions & 1 rubygems