Commit 08e5d668 by ivan Lan

Finish Product.new.series_with_spec_value

parent 2fe63d4b
......@@ -79,7 +79,7 @@ module Shotengai
end
def series_with_spec_value val, eql: true
series_class.query_spec_value_with_product(val, self, eql: eql)
self.class.series_class.query_spec_value_with_product(val, self, eql: eql)
end
class << self
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment