Currently confused on configuring my application. I'm currently trying to initialize a new object in config/development.rb
following this sample app tutorial https://www.wepay.com/developer/resources/wefarm-tutorial
My problem is I'm building the application the modular way. where everything sits in engines. The wepay gem is currently installed within the core engine of the application. I'm confused on itializing the new WePay object.
I keep getting the error uninitialized constant Wepay
can someone maybe help to see what I'm doing wrong, am I missing a step since my application is being built within engines instead of Monolithic ?
Any thoughts or help would be great