render_sync icon indicating copy to clipboard operation
render_sync copied to clipboard

Is it possible to pass a variable to the sync partial?

Open echan00 opened this issue 9 years ago • 0 comments

I set an instance variable in my controller action to decide whether to hide/show some information in my sync partial.

I found that this instance variable is empty when sync_new is called elsewhere to append a new model to my table. How can I solve this issue?

echan00 avatar Nov 08 '16 08:11 echan00