Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Rails3 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rails3 #11

wants to merge 1 commit into from

Conversation

ccoenen
Copy link

@ccoenen ccoenen commented Oct 23, 2010

just a quick fix for rails 3 support. I was just testing the plugin, and i think it's a great help.

@dimir
Copy link

dimir commented Mar 3, 2011

Thanks man. One problem with Rails 3.0 though. How to setup routes since there is no "map" command?

@kivanio
Copy link

kivanio commented Mar 21, 2011

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants