Class: ActionController::Routing::RouteSet
- Defined in:
- lib/typus/extensions/routes.rb
Instance Method Summary collapse
Instance Method Details
#load_routes_with_typus! ⇒ Object
5 6 7 8 9 |
# File 'lib/typus/extensions/routes.rb', line 5 def load_routes_with_typus! typus_routes = File.join(File.dirname(__FILE__), 'routes_hack.rb') add_configuration_file(typus_routes) unless configuration_files.include?(typus_routes) load_routes_without_typus! end |