I need to install the devise_security_extension gem. I performed the following steps:
- added: gem 'devise_security_extension' to my gem file
- ran bundle install
- ran: rails g devise_security_extension:install
Apparently, there are some tables that need to be created, but I don't know how to create them as there is not a migration for them.