Sha256: 1e9116d27e0f3a0327409d97a9edc75408f8d5bcc8bfa10b745a01c7efd86285

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

module Maestrano
  class ApplicationController < ActionController::Base
    include SessionHelper

    protect_from_forgery with: :exception
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maestrano-connector-rails-0.0.1 app/controllers/maestrano/application_controller.rb