Skip to content

Commit

Permalink
make abstract collection
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net authored and ronaldtse committed Nov 21, 2024
1 parent 1ccdabe commit de59431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ieee/idams/article_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ArticleInfo < Lutaml::Model::Serializable

# Abstract
# @return [String] article abstract
attribute :abstract, ArticleAbstract
attribute :abstract, ArticleAbstract, collection: true

# Author information
# @return [AuthorGroup] article authors
Expand Down

0 comments on commit de59431

Please sign in to comment.