current_url
this helper returns a current url
1 def current_url 2 url_for :only_path => false, :overwrite_params=>{} 3 end
this helper returns a current url
1 def current_url 2 url_for :only_path => false, :overwrite_params=>{} 3 end