netzpirat / activeadmin-translate

Translate your models in ActiveAdmin with Globalize3.
MIT License
36 stars 44 forks source link

undefined local variable or method `form_buffers' #5

Open lionelrudaz opened 9 years ago

lionelrudaz commented 9 years ago

Hi,

I have the following error when I'm implementing your gem in my Rails app: undefined local variable or method `form_buffers' for #ActiveAdmin::FormBuilder:0x0000010a12c180

I tried previously with activeadmin-globalize, we are several with the same issue. Please have a look: https://github.com/stefanoverna/activeadmin-globalize/issues/44

The fix is found, but not yet pulled. https://github.com/stefanoverna/activeadmin-globalize/pull/45

Can you fix it? Your gem is awesome, it's sad it doesn't work right now.

Let me know if you need more information.

Cheers,

Lionel

rbatllet commented 9 years ago

It's already solved in this branch:

See: https://github.com/twintags/activeadmin-translate Update: March, 19 2015

JonAbrams commented 9 years ago

@rbatllet Thanks for the fix. Why not open a PR?