Sha256: c1e85dd325c9722801620e931cccf21e0d3924ffe2767cec61758de6d1b90371
Contents?: true
Size: 236 Bytes
Versions: 6
Compression:
Stored size: 236 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 attr_accessor :current_user end
Version data entries
6 entries across 6 versions & 1 rubygems