Method: MuckEngine::Configuration#enable_ssl
- Defined in:
- lib/muck-engine/config.rb
#enable_ssl ⇒ Object
Enable ssl if you have an ssl certificate installed. This will provide security between the client and server.
26 27 28 |
# File 'lib/muck-engine/config.rb', line 26 def enable_ssl @enable_ssl end |