Sha256: e3c4968acb450e21fdf2be6745d91cede87030b5d64a292b74dafd2a17fe77ff

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-event-2.0.1 app/controllers/tramway/event/application_controller.rb
tramway-event-2.0.0.1 app/controllers/tramway/event/application_controller.rb
tramway-event-2.0 app/controllers/tramway/event/application_controller.rb