Project

General

Profile

Feature #16314

Updated by Toshi MARUYAMA about 10 years ago

Take a look at these code lines: 

 source:trunk/app/controllers/application_controller.rb@13036#L368 source:app/controllers/application_controller.rb#L368 
 It is not used at all. 

 source:trunk/app/controllers/application_controller.rb@13036#L399 source:app/controllers/application_controller.rb#L399 
 It uses same functionality that method above (relies on HTTP_REFERER). 

 source:trunk/app/helpers/application_helper.rb@13036#L1100 source:app/helpers/application_helper.rb#L1100 
 It could be replaced with `helper_method :back_url`. 

 source:trunk/app/controllers/application_controller.rb@13036#L390 source:app/controllers/application_controller.rb#L390 
 This condition is never satisfied. I did not find an usage. 

Back