Hi,
I have the url, describes below.
continent/europa/countries/spain/city/barcelona
Continent, countries and city are my controllers.
Question how can i realize the url(no contollers visible in url)
/europa/spain/barcelona
Grtz..remco
Hi,
I have the url, describes below.
continent/europa/countries/spain/city/barcelona
Continent, countries and city are my controllers.
Question how can i realize the url(no contollers visible in url)
/europa/spain/barcelona
Grtz..remco
Remco Swoany wrote:
continent/europa/countries/spain/city/barcelona
Continent, countries and city are my controllers.
Question how can i realize the url(no contollers visible in url)
The URL:
/continents/europa/countries/spain/cities/barcelona
matches the format for nested resources. Google "rails nested resources" for more details.