Sha256: 7d57bd2edb74caf9d7b21bd6a87d453e8761bf121fa7ea1aaa834ec07d61104b
Contents?: true
Size: 241 Bytes
Versions: 6
Compression:
Stored size: 241 Bytes
Contents
# Main application controller class. 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 end
Version data entries
6 entries across 6 versions & 1 rubygems