Displaying 1 result from an estimated 1 matches for "client_apps".
2013 Apr 15
0
mounting engine in namespace
I am testing an engine which normally is mounted at /
NotifyMe::Application.routes.draw do
> mount_opro_oauth :controllers => {:oauth_client_apps =>
> ''oauth/client_apps''}
I am trying to mount it inside my existing backoffice namespace, is it
possible or not advisable
namespace :backoffice do
> match ''/'', to: ''dashboards#show''
> resource :dashboards, :only...