You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ronaldtse We can simply do something like Glossarist::Designation::Base.new and that will create a new object.
The initialize function is defined in the Model class from which we are inheriting the Glossarist::Designation::Base class.
How can there not even be an initialize method... 😓
I do not want to use
#from_h
... I can't tell what needed and what's not.glossarist-ruby/lib/glossarist/designation/base.rb
Line 7 in 69f7cf1
We need to migrate Glossarist to use the Shale-like interface.
The text was updated successfully, but these errors were encountered: