方法
- M
-
- R
-
實體公共方法
mailbox_for(inbound_email) 連結
來源:顯示 | 來自 GitHub
def mailbox_for(inbound_email)
router.mailbox_for(inbound_email)
end
route(inbound_email) 連結
來源:顯示 | 來自 GitHub
def route(inbound_email)
router.route(inbound_email)
end
routing(routes) 連結
來源:顯示 | 來自 GitHub
def routing(routes)
router.add_routes(routes)
end