-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I wanted to use your gem in rails and faced these problems.
When I do not include require 'cleverbot'
- NameError (uninitialized constant MessengerController::Cleverbot)
then I just added require 'cleverbot' to controller and again I got problem
When I include require 'cleverbot' - Cleverbot::Errors::DuplicatedReferenceNamesError (Reference name already exists.):
Please help.