Module: RlmLogistics::Helpers::AuthenticationHelper

Included in:
Record::Base
Defined in:
lib/rlm_logistics/helpers/authentication_helper.rb

Instance Method Summary collapse

Instance Method Details

#authenticate(options = {}) ⇒ Object



5
6
7
8
# File 'lib/rlm_logistics/helpers/authentication_helper.rb', line 5

def authenticate(options = {})
  options = default_options.merge(options)
  self.attribute :authentication, Hash, options
end