Class: WechatPayment::RoutesGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- WechatPayment::RoutesGenerator
- Defined in:
- lib/generators/wechat_payment/routes/routes_generator.rb
Instance Method Summary collapse
Instance Method Details
#mount_wechat_payment ⇒ Object
4 5 6 |
# File 'lib/generators/wechat_payment/routes/routes_generator.rb', line 4 def mount_wechat_payment route %Q(mount WechatPayment::Engine => "/wechat_payment") end |