mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
cfbc3888e9
Closes #316
7 lines
161 B
Ruby
7 lines
161 B
Ruby
Dummy::Application.routes.draw do
|
|
scope "(:locale)", locale: /en|zh/ do
|
|
resources :posts, only: [:show] do
|
|
get "mail", on: :member
|
|
end
|
|
end
|
|
end
|