Fix rubocop lint issues

This commit is contained in:
Tom Hughes 2015-02-16 22:44:30 +00:00
parent ef7f3d800c
commit baf10cd392
40 changed files with 105 additions and 150 deletions

View file

@ -129,7 +129,7 @@ class Relation < ActiveRecord::Base
member_el['ref'] = member.member_id.to_s
member_el['role'] = member.member_role
el << member_el
end
end
end
add_tags_to_xml_node(el, relation_tags)