Sha256: 09c9ee6e274d27dd11c6ac7981b8a6e685b59c8c33659e1ece49e49e023087f8
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 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 include ApplicationHelper end
Version data entries
3 entries across 3 versions & 1 rubygems