Sha256: 08c3c45e5d40ac4e93ccdbf4dd452a83f286b1220171e6b816615d6705357a12

Contents?: true

Size: 183 Bytes

Versions: 12

Compression:

Stored size: 183 Bytes

Contents

# frozen_string_literal: true

module Tramway
  module Profiles
    class ApplicationController < ActionController::Base
      protect_from_forgery with: :exception
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tramway-profiles-1.4.1.4 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.4.1.3 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.4.1.2 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.4.1.1 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.4.1 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.4.0.1 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.4 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.3.2.4 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.3.2.3 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.3.2.2 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.3.2.1 app/controllers/tramway/profiles/application_controller.rb
tramway-profiles-1.3.2 app/controllers/tramway/profiles/application_controller.rb