render_sync
render_sync copied to clipboard
NameError (uninitialized constant Sync::Actions):
Hi!
I added the include Sync::Actions in my form object class expecting to be able to use the Sync::Model.enable and saving my record. But I got this error: NameError (uninitialized constant Sync::Actions).
Any ideia what could it be? Thanks, Paulo
Change Sync:Model to RenderSync::Model
@paulofabiano Hey, could you get this work? For me it worked. Maybe would be nice to sent a PR fixing the old method for this new one 😄