Sha256: cf2b377740b07222e6d93811fd2d7f4da368aadb8c529411710524f12f8e2039
Contents?: true
Size: 247 Bytes
Versions: 86
Compression:
Stored size: 247 Bytes
Contents
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
86 entries across 86 versions & 1 rubygems