Overide the Edit Form from Active Admin
Add this line
Path: project/admin/form.rb
It look like:
ActiveAdmin.registsr Form do
form do |f|
f.inputs "Label" do
f.input :name
f.input :address1
# etc
end
end
Add this line
Path: project/admin/form.rb
It look like:
ActiveAdmin.registsr Form do
form do |f|
f.inputs "Label" do
f.input :name
f.input :address1
# etc
end
end
Comments
Post a Comment