Sha256: 50d93bbfce5bd8c24c950e643e515072619cbd32a9afd541d85ff7fe63f3969d
Contents?: true
Size: 278 Bytes
Versions: 50
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception def root render nothing: true end end
Version data entries
50 entries across 50 versions & 1 rubygems