Sha256: f2af25edaf6a5f1d606417122997ae62b92480cf090f9cb886673eb2fe478e75

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

module Webhooker
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webhooker-0.5.0 app/controllers/webhooker/application_controller.rb