Method: Wechat::ControllerApi#wechat
- Defined in:
- lib/wechat/controller_api.rb
#wechat(account = nil) ⇒ Object
12 13 14 15 |
# File 'lib/wechat/controller_api.rb', line 12 def wechat(account = nil) # Make sure user can continue access wechat at instance level similar to class level self.class.wechat(account) end |