Commit 2fe63d4b by ivan Lan

AAA

parent f35451b2
......@@ -78,6 +78,10 @@ module Shotengai
super || {}
end
def series_with_spec_value val, eql: true
series_class.query_spec_value_with_product(val, self, eql: eql)
end
class << self
def series_class
Shotengai::Series
......@@ -146,10 +150,6 @@ module Shotengai
}
end
end
def series_with_spec_value val, eql: true
series_class.query_spec_value_with_product(val, self, eql: eql)
end
end
end
end
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