Commit 2fe63d4b by ivan Lan

AAA

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