Sha256: 23d5bf56e4d27d2be9ba2df362fb504f544501ed01f595c3cdcbe519ab33773c
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 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 SimpleCrud end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_crud-0.1.1 | test/dummy/app/controllers/application_controller.rb |
simple_crud-0.1.0 | test/dummy/app/controllers/application_controller.rb |