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.