-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated to use glossarist models for concept and managed_concept #32
updated to use glossarist models for concept and managed_concept #32
Conversation
module Termbase | ||
module Glossarist | ||
class Concept < ::Glossarist::LocalizedConcept | ||
attr_accessor :status, :dateAccepted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use snake_case for method names.
data_hash.merge(register_info) | ||
end | ||
|
||
def register_info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cyclomatic complexity for register_info is too high. [7/6]
Thanks @HassanAkbar , can you please help release the gem, and use the new gem to update https://github.com/geolexica/isotc211-glossary ? In: |
@ronaldtse Version |
@ronaldtse I've already updated the glossary in geolexica/isotc211-glossary#47 using the branch for this change. |
Using custom
concept
andmanaged_concept
models to add register info to generated concepts.