Sha256: c8cef5aef69a7670244c05fa2d572a534d6b27a56f051954477fbd5c5839e1a6

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 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
		   
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
controller_scaffolding-0.1.5 test/dummy/app/controllers/application_controller.rb