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

ArgumentError in Refinery::Admin::InquirySettingsController#update #51

Closed
boblin opened this issue Dec 28, 2011 · 2 comments
Closed

ArgumentError in Refinery::Admin::InquirySettingsController#update #51

boblin opened this issue Dec 28, 2011 · 2 comments

Comments

@boblin
Copy link

boblin commented Dec 28, 2011

Hi,
if i try to edit confirmation email i get this error:

ArgumentError in Refinery::Admin::InquirySettingsController#update

wrong number of arguments (3 for 2)

refinerycms-e1c918d3e827/settings/app/models/refinery/setting.rb:117:in `set'
refinerycms-inquiries-870c5cab72b0/app/models/refinery/inquiry_setting.rb:33:in `block in confirmation_message='
refinerycms-inquiries-870c5cab72b0/app/models/refinery/inquiry_setting.rb:32:in `each'
refinerycms-inquiries-870c5cab72b0/app/models/refinery/inquiry_setting.rb:32:in `confirmation_message='
refinerycms-inquiries-870c5cab72b0/app/controllers/refinery/admin/inquiry_settings_controller.rb:28:in  'save_message_for_confirmation?'
activesupport (3.1.3) lib/active_support/callbacks.rb
...

I use this gems:

gem "refinerycms", :git => "git://github.com/resolve/refinerycms.git"
gem 'refinerycms-i18n',   '~> 2.0.0', :git => 'git://github.com/parndt/refinerycms-i18n.git'
gem 'refinerycms-inquiries', :git => 'git://github.com/resolve/refinerycms-inquiries.git', :branch => 'rails-3-1'
@parndt
Copy link
Member

parndt commented Jan 8, 2012

Thanks for logging this!

@ugisozols
Copy link
Member

This was fixed in recent namespace change.

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

3 participants