Skip to content
Snippets Groups Projects
Unverified Commit f16ec577 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix contact website url blank

parent b361c8f4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ class ContactDetails::Website < ContactDetails::Base
protected
def prepare_url
@url = @string
@url = @string.to_s
@url = "#{PROTOCOL}#{@url}" unless @url.start_with? PROTOCOL
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment