Sha256: 65509748a64ff705de19a7be0a5cbbee13bf2b0dc753afee8b9ef5a1706b5655

Contents?: true

Size: 154 Bytes

Versions: 4

Compression:

Stored size: 154 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-1.0.4 test/dummy/app/controllers/application_controller.rb
angular_rails_csrf-1.0.3 test/dummy/app/controllers/application_controller.rb
angular_rails_csrf-1.0.2 test/dummy/app/controllers/application_controller.rb
angular_rails_csrf-1.0.1 test/dummy/app/controllers/application_controller.rb