class WechatPayment::RoutesGenerator
Public Instance Methods
mount_wechat_payment()
click to toggle source
# File lib/generators/wechat_payment/routes/routes_generator.rb, line 4 def mount_wechat_payment route %Q(mount WechatPayment::Engine => "/wechat_payment") end