Sha256: 4f8957f187777817747b685a0b575624fc8d1c4f0db3711b193e5bc06b44759a
Contents?: true
Size: 223 Bytes
Versions: 86
Compression:
Stored size: 223 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 index end end
Version data entries
86 entries across 80 versions & 6 rubygems