Flowdock
method

invalid_asset_host!

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: AssetPaths
invalid_asset_host!(help_message) private

No documentation

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

Hide source
# File actionpack/lib/action_view/asset_paths.rb, line 96
    def invalid_asset_host!(help_message)
      raise ActionController::RoutingError, "This asset host cannot be computed without a request in scope. #{help_message}"
    end
Register or log in to add new notes.