修改菜单

This commit is contained in:
guange 2016-03-01 17:16:48 +08:00
parent c33b35383d
commit b823413267
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#coding=utf-8 #coding=utf-8
class WechatsController < ActionController::Base class WechatsController < ActionController::Base
layout 'base_wechat'
wechat_responder wechat_responder
include ApplicationHelper include ApplicationHelper
@ -191,6 +189,7 @@ class WechatsController < ActionController::Base
def login def login
@openid = params[:openid] #TODO 安全性 @openid = params[:openid] #TODO 安全性
render 'wechats/login', layout: 'base_wechat'
end end
private private