diff options
author | Andrew White <andrew.white@unboxedconsulting.com> | 2016-01-20 15:03:10 +0000 |
---|---|---|
committer | Andrew White <andrew.white@unboxed.co> | 2017-02-21 15:30:46 +0000 |
commit | ce7d5fb2e6ffa9ec323510aaff51f10b15f1649a (patch) | |
tree | b732091b7fc3b22edd3dabb5b4600ccd1dcb0cd1 /activesupport | |
parent | 31dc46cb9c8aa3e05dc955ae50ec53421951b4a5 (diff) | |
download | rails-ce7d5fb2e6ffa9ec323510aaff51f10b15f1649a.tar.gz rails-ce7d5fb2e6ffa9ec323510aaff51f10b15f1649a.tar.bz2 rails-ce7d5fb2e6ffa9ec323510aaff51f10b15f1649a.zip |
Add support for defining custom url helpers in routes.rb
Allow the definition of custom url helpers that will be available
automatically wherever standard url helpers are available. The
current solution is to create helper methods in ApplicationHelper
or some other helper module and this isn't a great solution since
the url helper module can be called directly or included in another
class which doesn't include the normal helper modules.
Reference #22512.
Diffstat (limited to 'activesupport')
0 files changed, 0 insertions, 0 deletions