I'm trying to integrate openx
into an Ruby on Rails 2
application and I'm deploying my rails application on the root of my server like 'http://mydomain.com/'
so i put the openx
folder in the public
so it'd load in 'http://mydomain.com/openx/www/admin/'
hut i'm getting this error
No route matches "/openx/www/admin/"
Should i add a custom route on my routes.rb
file?