Sha256: 50d93bbfce5bd8c24c950e643e515072619cbd32a9afd541d85ff7fe63f3969d

Contents?: true

Size: 278 Bytes

Versions: 50

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

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

  def root
    render nothing: true
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
lhs-19.0.0.pre.endpoint.1 spec/dummy/app/controllers/application_controller.rb
lhs-18.0.3 spec/dummy/app/controllers/application_controller.rb
lhs-18.0.2 spec/dummy/app/controllers/application_controller.rb
lhs-18.0.1 spec/dummy/app/controllers/application_controller.rb
lhs-18.0.0 spec/dummy/app/controllers/application_controller.rb
lhs-17.0.1 spec/dummy/app/controllers/application_controller.rb
lhs-17.0.1.pre1 spec/dummy/app/controllers/application_controller.rb
lhs-18.0.0.pre.pre1 spec/dummy/app/controllers/application_controller.rb
lhs-17.0.0 spec/dummy/app/controllers/application_controller.rb
lhs-16.1.6 spec/dummy/app/controllers/application_controller.rb