1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] SQL is written using statements, not sentences

This commit is contained in:
Brooks Reese 2015-08-13 12:43:49 -05:00
parent e50fe85180
commit 8e94137a12

View file

@ -142,7 +142,7 @@ end
This will create a `Product` model, mapped to a `products` table at the
database. By doing this you'll also have the ability to map the columns of each
row in that table with the attributes of the instances of your model. Suppose
that the `products` table was created using an SQL sentence like:
that the `products` table was created using an SQL statement like:
```sql
CREATE TABLE products (