Skip to content

Commit

Permalink
Match signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 17, 2024
1 parent 9c0d3ef commit bece10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/propshaft/compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def initialize(assembly)
end

# Override this in a specific compiler
def compile(asset)
def compile(asset, input)
raise NotImplementedError
end

Expand Down

0 comments on commit bece10b

Please sign in to comment.