Roberto Vasquez Angel

Results 3 comments of Roberto Vasquez Angel

I worked around this adding a method to the application helper like this, but it does not feel right: ``` module ApplicationHelper def blorgh send("blorgh_#{I18n.locale}") end end ```

I think so. I remember that discussion. It also had to do with #123 (which was openend by me too ;) )

I'm running into the next problem, even with the "hack" I posted above, the generated urls are missing the locale for the main_app if any engines are mounted at '/'....