Class: UrlHelper
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.( = {}) { protocol: 'https' }.merge() end |
5 6 7 |
# File 'app/models/url_helper.rb', line 5 def self.( = {}) { protocol: 'https' }.merge() end |