Sha256: eebb01e3c14ea209a0106385d0ad0607f41e5e31ea1a14132a491450061e8d9c

Contents?: true

Size: 156 Bytes

Versions: 8

Compression:

Stored size: 156 Bytes

Contents

# frozen_string_literal: true

module Rapporteur
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rapporteur-3.8.0 app/controllers/rapporteur/application_controller.rb
rapporteur-3.7.2 app/controllers/rapporteur/application_controller.rb
rapporteur-3.7.1 app/controllers/rapporteur/application_controller.rb
rapporteur-3.7.0 app/controllers/rapporteur/application_controller.rb
rapporteur-3.6.4 app/controllers/rapporteur/application_controller.rb
rapporteur-3.6.3 app/controllers/rapporteur/application_controller.rb
rapporteur-3.6.2 app/controllers/rapporteur/application_controller.rb
rapporteur-3.6.1 app/controllers/rapporteur/application_controller.rb