module Gulp::Pipeline::Rails::Patches::RouteWrapper

Public Instance Methods

internal?() click to toggle source
Calls superclass method
# File lib/gulp/pipeline/rails/patches/route_wrapper.rb, line 13
def internal?
  super || internal_assets_path?
end
internal_assets_path?() click to toggle source
# File lib/gulp/pipeline/rails/patches/route_wrapper.rb, line 9
def internal_assets_path?
  Assets.path_matches? path
end