Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Oct 19, 2016
1 parent 72f437e commit 94cc567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

![EnumerateIt Logo](https://raw.github.com/lucascaton/enumerate_it/master/enumerate_it.png)

Ruby Enumerations
Expand All @@ -24,11 +23,12 @@ Database storage pricing is not a problem nowadays, so it's recommended to use `
- [Installation](#installation)
- [Using with Rails](#using-with-rails)
- [Creating enumerations](#creating-enumerations)
- [Sorting enumerations](#sorting-enumerations)
- [Sorting enumerations](#sorting-enumerations)
- [Using enumerations](#using-enumerations)
- [I18n](#i18n)
- [Using enumerations to handle a legacy database](#using-enumerations-to-handle-a-legacy-database)
- [FAQ](#faq)
- [Changelog](#changelog)

## Installation

Expand Down Expand Up @@ -427,7 +427,7 @@ RelationshipStatus.t(status)
#=> 'Casado'
```

# Using enumerations to handle a legacy database
## Using enumerations to handle a legacy database

**EnumerateIt** can help you to build a Rails application around a legacy database which was filled
with those small and unchangeable tables used to create foreign key constraints everywhere, like the
Expand Down

0 comments on commit 94cc567

Please sign in to comment.