Sha256: 46af66968b3ff7b530887f45443b8d4b25cbe2374c36c89628b9f6a9cb44751d

Contents?: true

Size: 206 Bytes

Versions: 115

Compression:

Stored size: 206 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

115 entries across 38 versions & 4 rubygems

Version Path
netzke-testing-0.11.1 spec/rails_app/app/controllers/application_controller.rb
restspec-0.3.1 examples/store-api/app/controllers/application_controller.rb
restspec-0.3.0 examples/store-api/app/controllers/application_controller.rb
restspec-0.2.6 examples/store-api/app/controllers/application_controller.rb
restspec-0.2.5 examples/store-api/app/controllers/application_controller.rb
restspec-0.2.4 examples/store-api/app/controllers/application_controller.rb
restspec-0.2.3 examples/store-api/app/controllers/application_controller.rb
restspec-0.2.2 examples/store-api/app/controllers/application_controller.rb
restspec-0.2.1 examples/store-api/app/controllers/application_controller.rb
restspec-0.2 examples/store-api/app/controllers/application_controller.rb
restspec-0.1 examples/store-api/app/controllers/application_controller.rb
restspec-0.0.4 examples/store-api/app/controllers/application_controller.rb
restspec-0.0.3 examples/store-api/app/controllers/application_controller.rb
restspec-0.0.2 examples/store-api/app/controllers/application_controller.rb
restspec-0.0.1 examples/store-api/app/controllers/application_controller.rb