Skip to content

Commit

Permalink
Unnecessary now that we will always have compilers available
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 17, 2024
1 parent 673deec commit 0532ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/propshaft/load_path.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def find(asset_name)
end

def find_references_by(asset)
compilers.referenced_by(asset) || Set.new
compilers.referenced_by(asset)
end

def assets(content_types: nil)
Expand Down

0 comments on commit 0532ddd

Please sign in to comment.