Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After including this Gem in my project, and working around issue efexen#13 I then encountered this error: > messenger_platform/engine.rb:1:in `<top (required)>': > uninitialized constant MessengerPlatform (NameError) Fix it by separating the module declaration from the class declaration to ensure the module exists before the class definition.
- Loading branch information