Sha256: 32bfd598bde25adf8c40a5859e4075da31820a2bee5ea8cd086a4755494a0a9e

Contents?: true

Size: 179 Bytes

Versions: 2

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tramway-page-1.3.1.1 app/controllers/tramway/page/application_controller.rb
tramway-page-1.3.1 app/controllers/tramway/page/application_controller.rb