Sha256: be1a9ec850d6fa569f2624bce7c4449e32e43ca7bdd3655db90523bb99dbee4e

Contents?: true

Size: 145 Bytes

Versions: 1

Compression:

Stored size: 145 Bytes

Contents

require 'gog/application_controller'

module GogEngine
  class ApplicationController < ActionController::Base
    protect_from_forgery
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gog_engine-0.0.1pre app/controllers/application_controller.rb