Skip to content
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

Missing supported_currencies helper #1

Closed
joshnuss opened this issue May 14, 2015 · 3 comments
Closed

Missing supported_currencies helper #1

joshnuss opened this issue May 14, 2015 · 3 comments

Comments

@joshnuss
Copy link

Hi!

When I visit the sales prices page in admin, get an error about supported_currencies not found:

NameError: undefined local variable or method `supported_currencies' for #<#<Class:0x00000009804ab8>:0x000000097e78f0>
  spree/base_helper.rb:161:in `method_missing'

Is there a dependency on spree_multi_currency?

@schmijos
Copy link
Member

Thx for the hint. I thought it would use Spree::CurrencyHelpers.supported_currencies but maybe my IDE was misleading me.

Update:
It is using Spree::CurrencyHelpers.supported_currencies but this method is from spree_multi_currency

schmijos added a commit that referenced this issue Jun 2, 2015
@schmijos
Copy link
Member

schmijos commented Jun 2, 2015

Has been fixed for 2-4-stable and 3-0-stable

@joshnuss
Copy link
Author

joshnuss commented Jun 2, 2015

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants