Class: RailsAppGenerator::AddOns::Bcrypt

Inherits:
RailsAppGenerator::Addon show all
Defined in:
lib/rails_app_generator/addons/bcrypt.rb

Overview

Add Bcrypt to rails application

Instance Attribute Summary

Attributes inherited from RailsAppGenerator::Addon

#context, #dependencies, #gem_entries

Instance Method Summary collapse

Methods inherited from RailsAppGenerator::Addon

addon_name, dependencies, depends_on, gem, gem_entries, #initialize, required_gem, reset_gem_entries

Constructor Details

This class inherits a constructor from RailsAppGenerator::Addon

Instance Method Details

#applyObject

If you are using Rails you should probably be using ActiveModel::SecurePassword instead of using bcrypt



12
# File 'lib/rails_app_generator/addons/bcrypt.rb', line 12

def apply; end