Sha256: af53b894d3c2fcc4ce33432517a9c25d6789ce9a8827218438d344ff707fd918
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 Bytes
Contents
module ChatworkWebhookVerify class Railtie < ::Rails::Railtie initializer "chatwork_webhook_verify.controller_extension" do ActiveSupport.on_load(:action_controller) do require "chatwork_webhook_verify/controller_extension" ActionController::Metal.include(ChatworkWebhookVerify::ControllerExtension) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems