diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2010-07-01 09:04:30 +0200 |
---|---|---|
committer | Piotr Sarnacki <drogus@gmail.com> | 2010-09-03 22:59:05 +0200 |
commit | 28016d33b0f2e668ca59a912c7fb2d777e3cf0a3 (patch) | |
tree | c5b20887fe18aef91b560d8c1d7bf11863867380 /tools/console | |
parent | 32a5b49911b88e8e410583d382e8253004abce50 (diff) | |
download | rails-28016d33b0f2e668ca59a912c7fb2d777e3cf0a3.tar.gz rails-28016d33b0f2e668ca59a912c7fb2d777e3cf0a3.tar.bz2 rails-28016d33b0f2e668ca59a912c7fb2d777e3cf0a3.zip |
Use env['action_dispatch.routes'] to determine if we should generate prefix or not.
This technique is here to allow using routes from Engine in Application
and vice versa. When using Engine routes inside Application it should
generate prefix based on mount point. When using Engine routes inside
Engine it should use env['SCRIPT_NAME']. In any other case it should
generate prefix as env should not be even available.
Diffstat (limited to 'tools/console')
0 files changed, 0 insertions, 0 deletions