in serialization rename op to term
This commit is contained in:
parent
87385d03fd
commit
350d32c369
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
module Logic
|
||||
def self.from_h(h)
|
||||
class_from_name(h['op']).from_h(h)
|
||||
class_from_name(h['term']).from_h(h)
|
||||
end
|
||||
|
||||
def self.from_json(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue