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

NoMethodError in Rich::FilesController#index #181

Open
JasperH8g opened this issue Apr 1, 2015 · 0 comments
Open

NoMethodError in Rich::FilesController#index #181

JasperH8g opened this issue Apr 1, 2015 · 0 comments

Comments

@JasperH8g
Copy link

I'm having trouble to get the Picker to work in RailsAdmin. This is my environment:

  • Ruby 2.2.1
  • Rails 4.2.0
  • RailsAdmin 0.6.7
edit do
  field :string_field, :rich_picker
  field :header_image, :rich_picker
end

Both show a link to select an image, but when I click on it I get this error:

NoMethodError in Rich::FilesController#index
undefined method `attr_accessible' for #<Class:0x007fd2d4038960>

Extracted source (around line #26):
24        send(name, *arguments, &block)
25      else
26        super
27      end
28    end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant