We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cbf06 commit de8faa2Copy full SHA for de8faa2
lib/faucet_pipeline_rails/manifest.rb
@@ -5,6 +5,8 @@ class Manifest
5
include Singleton
6
7
def fetch(asset_name)
8
+ # XXX: Obviously a hack we need to remove
9
+ return "/" if asset_name.start_with? "mission_control/"
10
manifest.fetch(asset_name)
11
rescue KeyError
12
raise "The asset '#{asset_name}' was not in the manifest"
0 commit comments