Using Active Record generators after Mongoid installation? Using Active Record generators after Mongoid installation? mongodb mongodb

Using Active Record generators after Mongoid installation?


You can config to use ActiveRecord generators in your config/application.rb

config.generators do |g|   g.orm :active_record end