Skip to content

Instantly share code, notes, and snippets.

@michalg-
Created March 24, 2015 09:48
Show Gist options
  • Save michalg-/41315b91d9acada2a2d2 to your computer and use it in GitHub Desktop.
Save michalg-/41315b91d9acada2a2d2 to your computer and use it in GitHub Desktop.
def datatables_index
render json: ProductDatatable.new(view_context, { current_user: current_user, search_params: params[:product_search] })
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment