Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Sequential
[![Build Status](https://travis-ci.org/austinylin/sequential.png?branch=master)](https://travis-ci.org/austinylin/sequential)

Expand Down Expand Up @@ -26,8 +28,7 @@ Setup the database table:

rails g sequential:setup

Add a column to your model to hold the sequence (by default sequential_id)
, in a migration:
Add a column to your model to hold the sequence (by default `sequential_id`), in a migration:

add_column :model_name, :sequential_id, :integer

Expand Down