You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ If you'd be interested in contributing to speed development, please [open an iss
78
78
## Quick start (in 5 steps)
79
79
80
80
The following examples assume that we are setting up `ajax-datatables-rails` for an index page of users from a `User` model,
81
-
and that we are using Postgresql as our db, because you **should be using it**. (It also works with other DB, see above, just be sure to have [configured the right adapter](#configuration))
81
+
and that we are using Postgresql as our db, because you **should be using it**. (It also works with other DB, [see above](#change-the-db-adapter-for-a-datatable-class))
82
82
83
83
The goal is to render a users table and display : `id`, `first name`, `last name`, `email`, and `bio` for each user.
0 commit comments