Rails: Using FactoryBot in console

> require 'factory_bot'
=> false
> include FactoryBot::Syntax::Methods
=> Object
> FactoryBot.create :your_model_name_here