Sha256: 0022e59ff6183c7577735c86f69e5b177aad932b975cf39b43b47ef6b0725d3a

Contents?: true

Size: 123 Bytes

Versions: 5

Compression:

Stored size: 123 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
my_engine-0.2.1 app/controllers/my_engine/application_controller.rb
my_engine-0.2.0 app/controllers/my_engine/application_controller.rb
my_engine-0.1.2 app/controllers/my_engine/application_controller.rb
my_engine-0.1.1 app/controllers/my_engine/application_controller.rb
my_engine-0.1.0 app/controllers/my_engine/application_controller.rb