You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm having trouble to get the Picker to work in RailsAdmin. This is my environment:
Both show a link to select an image, but when I click on it I get this error:
The text was updated successfully, but these errors were encountered: