Flowdock
method

_back_url

Importance_0
_back_url() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/url_helper.rb, line 45
      def _back_url # :nodoc:
        _filtered_referrer || "javascript:history.back()"
      end
Register or log in to add new notes.