Sha256: 8f09c8686d07ba41db5a5b9b4d791438d7116cf8e682550dbabf156baab2d111

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

module QuickSearch
  class ApplicationController < ::ApplicationController
    # Prevent CSRF attacks by raising an exception.
    # For APIs, you may want to use :null_session instead.
    protect_from_forgery with: :exception
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quick_search-core-0.2.0 app/controllers/quick_search/application_controller.rb
quick_search-core-0.1.1 app/controllers/quick_search/application_controller.rb
quick_search-core-0.1.0 app/controllers/quick_search/application_controller.rb
quick_search-core-0.0.1 app/controllers/quick_search/application_controller.rb
quick_search-core-0.0.1.test app/controllers/quick_search/application_controller.rb