# This is for the admin app only # # Among other app config things, add these two lines within your Application.configure block # # You can also put this in the config file for each individual environment. So you can still use # localhost:3000 w/out the subdirectory for development mode and tests and such. # AppAdmin::Application.configure do # ... # Serve the app from host/admin config.root_directory = '/admin' config.assets.prefix = '/admin/assets/' end