• W
    Refactored url_for in AV to have its own instances of the helpers instead of... · 3eb97531
    wycats 提交于
    Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win) 
    3eb97531
base.rb 9.4 KB