mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
203032dd76
Currently if you use `helper_method` to define a method, and inside that method you get an error, the backtrace is off by one line. This PR fixes that so that the backtrace now points to the line where you called `helper_method`. |
||
---|---|---|
.. | ||
abstract_controller | ||
action_controller | ||
action_dispatch | ||
action_pack | ||
abstract_controller.rb | ||
action_controller.rb | ||
action_dispatch.rb | ||
action_pack.rb |