Module: Udongo::Cryptography

Included in:
Backend::BaseController
Defined in:
lib/udongo/cryptography.rb

Instance Method Summary collapse

Instance Method Details

#crypt(options = {}) ⇒ Object



2
3
4
# File 'lib/udongo/cryptography.rb', line 2

def crypt(options = {})
  @crypt ||= Udongo::Crypt.new(options)
end