1

I need to install the devise_security_extension gem. I performed the following steps:

  1. added: gem 'devise_security_extension' to my gem file
  2. ran bundle install
  3. 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.

4

1 回答 1

1

由于您有一个架构文件,您可以使用以下方法加载它:

SCHEMA=<complete path to file> rake db:schema:load
于 2013-06-13T21:32:47.203 回答