Class: UrlHelper

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
app/models/url_helper.rb

Class Method Summary collapse

Class Method Details

.default_url_options(options = {}) ⇒ Object



5
6
7
# File 'app/models/url_helper.rb', line 5

def self.default_url_options(options = {})
  { protocol: 'https' }.merge(options)
end