Sync v0.2.1 Release Notes

Release Date: 2013-05-27 // almost 11 years ago
    • Add ability to narrow scope to custom channel for sync_new publishes

    Example Usage:

    View:

    <%= sync_new partial: 'todo_list_row', resource: Todo.new, scope: [@project, :staff] %>
    

    Controller/Model:

    sync_new @todo, scope: [@project, :staff]