Rails 2.3.5 - Add routes to your app - Really useful for rails engines and plugins
Since Rails 2.3.5 you can easily load new routes to your app anytime. So using
RouteSet#add_configuration_file
to load a separate route file can me extremly useful when creating a rails plugin or engine that needs to define some extra routes.
Am 13. May 2010 um 18:14 Uhr
afovelosu…
Julie Clay …