Retrospring/app/models/user/sharing_methods.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
135 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module User::SharingMethods
def display_sharing_custom_url
URI(sharing_custom_url).host
end
end