Open hopewise opened 7 years ago
This seems like you may have your get
in the wrong location. First, try moving up into the routes:
Rails.application.routes.draw do
filter :pagination, :uuid, :locale
get 'lab' => 'experiments#lab'
end
If that does not work, can you post the output of rails routes
?
In my routes, I have:
however, I got routing error if I tried to visit a route of non-existing locale, like for example:
/ko/lab
any idea?