Method: MuckEngine::Configuration#enable_ssl

Defined in:
lib/muck-engine/config.rb

#enable_sslObject

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