Skip to content

Commit

Permalink
Fix parameterize separator deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Feb 22, 2017
1 parent c9c7b5c commit 76848c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def metadata_xml
end

def schema
(MetadataFormatService.label(geo_mime_type) || '').parameterize('_')
(MetadataFormatService.label(geo_mime_type) || '').parameterize(separator: '_')
end
end
end

0 comments on commit 76848c5

Please sign in to comment.