randym / activeadmin-axlsx

ActiveAdmin plugin using Axlsx for adding Excel (xlsx) download links for your resources
MIT License
82 stars 134 forks source link

Fix #14 #19

Closed SteveLTN closed 10 years ago

SteveLTN commented 10 years ago

I don't know why, but it just works.

I've found that if I move this line to a separate initializer in my rails app, it will work. So I could just assume that if this line is executed after the initializing of ActiveAdmin, it will probably work. And it did.

randym commented 10 years ago

Thanks @SteveLTN I'll merge this in and have a look but I think you are heading in the right direction. This should be using the active support callbacks. In the mean time, I hope that people who are experiencing this problem could have a go at master and see if it resolves the problem for them as well.

baxang commented 10 years ago

Thanks @SteveLTN