Add section on PostgreSQL to the guides index [ci skip]

This commit is contained in:
Andrei Beliankou 2019-04-10 20:29:34 +02:00
parent 43288a053f
commit edc705d1a5
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@
name: Using Rails for API-only Applications
url: api_app.html
description: This guide explains how to effectively use Rails to develop a JSON API application.
-
name: Active Record and PostgreSQL
url: active_record_postgresql.html
description: This guide covers PostgreSQL specific usage of Active Record.
-
name: Extending Rails