Sha256: ba60165f04a00c3fd22a569f350dab7440a8aa25f3fe11fd3fdfef2fa3f4af7b

Contents?: true

Size: 122 Bytes

Versions: 5

Compression:

Stored size: 122 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
form_sample-0.0.5 app/controllers/example/application_controller.rb
form_sample-0.0.4 app/controllers/example/application_controller.rb
form_sample-0.0.3 app/controllers/example/application_controller.rb
form_create-0.0.3 app/controllers/example/application_controller.rb
form_create-0.0.2 app/controllers/example/application_controller.rb