Sha256: 4ca978873c5ec1065896b3645540b10654b349651fb6d1ba1c8f229b8750c7ac

Contents?: true

Size: 162 Bytes

Versions: 3

Compression:

Stored size: 162 Bytes

Contents

module Connect
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
    before_filter :authenticate_request
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zuora_connect-0.0.3 app/controllers/connect/application_controller.rb
zuora_connect-0.0.2 app/controllers/connect/application_controller.rb
zuora_connect-0.0.1 app/controllers/connect/application_controller.rb