Open ccoenen opened 14 years ago
Thanks man. One problem with Rails 3.0 though. How to setup routes since there is no "map" command?
you can just add map in block:
Roadtracker::Application.routes.draw do |map|
Translate::Routes.translation_ui(map) if RAILS_ENV != "production"
it does not make normal rails3 routes stop work.
just a quick fix for rails 3 support. I was just testing the plugin, and i think it's a great help.