ActiveAdmin.register Page do
form do |f|
f.inputs “Gallery” do
f.semantic_fields_for :images do |fi|
fi.input :file, :as => :file
end
end
f.buttons
end
end
and it is working for me well
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.