Module: Sinatra::Wechat

Defined in:
lib/sinatra/wechat.rb,
lib/sinatra/version.rb

Defined Under Namespace

Modules: Endpoint

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.registered(application) ⇒ Object



77
78
79
80
# 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