Sha256: fde2d2f580f0162bf46fde7cd210a35d34a786e7bf3b843a4f56e7ded9cb8df2

Contents?: true

Size: 160 Bytes

Versions: 4

Compression:

Stored size: 160 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception

  def index;  head :ok; end
  def create; head :ok; end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
angular_rails_csrf-4.0.0 test/dummy/app/controllers/application_controller.rb
angular_rails_csrf-3.2.0 test/dummy/app/controllers/application_controller.rb
angular_rails_csrf-3.1.0 test/dummy/app/controllers/application_controller.rb
angular_rails_csrf-3.0.0 test/dummy/app/controllers/application_controller.rb