-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `cashier' #6
Comments
+1 |
I ended up adding this into development.rb file: config.cashier = Cashier
config.cashier.adapter = :redis_store
config.cashier.adapter.redis = REDIS_OBJ_HERE |
+1 here too. Thanks @assembler for the code |
@assembler I ended up adding similar code to an initializer:
|
@mixellent @assembler Fixed in 0.4.1. I just released it. Does this fix your issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to use this cool gem, but I am struggling starting my application with it (am I missing something simple here?).
I added the cashier gem to my Gemfile and I also added the following to my development.rb file:
I am getting the following error when running my rails server:
Note: I am using Rails 3.2.6 on Ruby 1.9.3.
Thanks,
Michael
The text was updated successfully, but these errors were encountered: