I am newbee to ruby on rails

I am working on to the rails admin Dashbord.

I want to add the custom Button to my edit page

I want custom button to be get add so i able to import data from other sites api Using Ajax

https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-ash3/1468591_673129479393640_1655771510_n.jpg

Also suggest me good sites fro jquery ajax using ruby function call from jquery.

Thank And sorry for my very bad English.

1

There are 1 best solutions below

0
On BEST ANSWER

After a search i found the solution I need to use that https://github.com/stephskardal/rails_admin_import

in gem file i need to include it gem "rails_admin_import", :git => "https://github.com/stephskardal/rails_admin_import.git"

as it dose not support mongoid it support active record