module Sinatra::Wechat
Constants
- VERSION
Public Class Methods
registered(application)
click to toggle source
# File lib/sinatra/wechat.rb, line 77 def self.registered(application) application.extend(Wechat::Endpoint) Sinatra::Delegator.delegate(:wechat) # expose wechat method to classic style end