Class: RailsAppGenerator::AddOns::Bcrypt
- Inherits:
-
RailsAppGenerator::Addon
- Object
- Rails::Generators::Base
- RailsAppGenerator::Addon
- RailsAppGenerator::AddOns::Bcrypt
- 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
-
#apply ⇒ Object
If you are using Rails you should probably be using
ActiveModel::SecurePassword
instead of using bcrypt.
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
#apply ⇒ Object
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 |