Skip to content

Instantly share code, notes, and snippets.

@vincentlkl
Created July 20, 2016 13:16
Show Gist options
  • Save vincentlkl/9617107ee4e7d14fbb3bf1a9a902ccda to your computer and use it in GitHub Desktop.
Save vincentlkl/9617107ee4e7d14fbb3bf1a9a902ccda to your computer and use it in GitHub Desktop.
def index_datatable
respond_to do |format|
format.json { render json: ItemsDatatable.new(view_context) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment