Module: ClearanceCrypto::BCrypt

Defined in:
lib/clearance_crypto/bcrypt.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(model) ⇒ Object



5
6
7
# File 'lib/clearance_crypto/bcrypt.rb', line 5

def self.included(model)
  model.send(:include, InstanceMethods)
end