Sha256: a0c88f2e2d250b05aadf574433904624457da3aef2bdce486d0161a1d73128c1
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 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 # Load the test database schema into memory on startup load "#{Rails.root}/db/schema.rb" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
introspective_admin-0.9.0 | spec/dummy/app/controllers/application_controller.rb |