diff options
Diffstat (limited to 'app/helpers/public_body_helper.rb')
-rw-r--r-- | app/helpers/public_body_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/public_body_helper.rb b/app/helpers/public_body_helper.rb index e094d98b4..54aa82d3a 100644 --- a/app/helpers/public_body_helper.rb +++ b/app/helpers/public_body_helper.rb @@ -37,7 +37,7 @@ module PublicBodyHelper # # public_body - Instance of a PublicBody # - # Returns a string + # Returns a String def type_of_authority(public_body) first = true types = public_body.tags.each.map do |tag| |