Method: Model::Post#app

Defined in:
app/models/wechat/model/post.rb

#appObject



18
19
20
21
# File 'app/models/wechat/model/post.rb', line 18

def app
  return @app if defined? @app
  @app = WechatApp.first
end