Method: LogicalModel::UrlHelper::ClassMethods#force_ssl
- Defined in:
- lib/logical_model/url_helper.rb
#force_ssl ⇒ Object
If called in class, will make al request through SSL.
34 35 36 |
# File 'lib/logical_model/url_helper.rb', line 34 def force_ssl @use_ssl = true end |