Class: Land::Referer

Inherits:
ApplicationRecord show all
Includes:
TableName
Defined in:
app/models/land/referer.rb

Instance Method Summary collapse

Instance Method Details

#uriObject



15
16
17
# File 'app/models/land/referer.rb', line 15

def uri
  URI.join("https://#{domain}", path)
end

#urlObject



11
12
13
# File 'app/models/land/referer.rb', line 11

def url
  uri.to_s
end