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

end

Comments

Popular posts from this blog

Show Reviews Box on Home with Slider

Check Your ageInDays by Javascript