lib/arxiv/models/author.rb in arxiv-0.0.8 vs lib/arxiv/models/author.rb in arxiv-0.1.0
- old
+ new
@@ -2,6 +2,6 @@
class Author
include HappyMapper
element :name, StringScrubber, parser: :scrub
has_many :affiliations, StringScrubber, parser: :scrub, tag: 'affiliation'
end
-end
\ No newline at end of file
+end