diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-10 16:24:32 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-10 17:57:17 -0700 |
commit | 7f3cfb606730965be690859a49236cf581fd469b (patch) | |
tree | 72ee47b2aafa9c496de3351d1abf5d1b1181377f /actionpack/lib/action_dispatch/routing/route_set.rb | |
parent | f727bd24c211316a80b5d3c81e867f64d6ad7a09 (diff) | |
download | rails-7f3cfb606730965be690859a49236cf581fd469b.tar.gz rails-7f3cfb606730965be690859a49236cf581fd469b.tar.bz2 rails-7f3cfb606730965be690859a49236cf581fd469b.zip |
always cast `name` to a symbol, and never to_s it
All callers of `action_path` interpolate the return value in to a
string, so there is no need for the method to to_s it. to_sym on a
symbol will return the same symbol, though I think `action_path` may
always be called with a symbol so this might not be necessary.
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/route_set.rb')
0 files changed, 0 insertions, 0 deletions