Skip to content

Commit

Permalink
fix: localized_concept allows status
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Nov 19, 2024
1 parent 14cd290 commit a9647db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/glossarist/localized_concept.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class LocalizedConcept < Concept
# @note Works with strings, but soon they may be replaced with symbols.
# @return [String]
attr_accessor :entry_status
alias_method :status=, :entry_status=

# Must be one of the following:
# +preferred+, +admitted+, +deprecated+.
Expand Down

0 comments on commit a9647db

Please sign in to comment.