Skip to content

Commit

Permalink
Update table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Dec 1, 2024
1 parent e6a876c commit 9a50896
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,16 @@ so you can **add behaviour** and also **reuse** them! 😀

## Table of Contents

- [EnumerateIt](#enumerateit)
- [Why would I want a gem if Rails already has native enumerations support?](#why-would-i-want-a-gem-if-rails-already-has-native-enumerations-support)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Using with Rails](#using-with-rails)
- [Creating enumerations](#creating-enumerations)
- [Sorting enumerations](#sorting-enumerations)
- [Using enumerations](#using-enumerations)
- [FAQ](#faq)
- [Why define enumerations outside the class that uses them?](#why-define-enumerations-outside-the-class-that-uses-them)
- [Can I use `enumerate_it` gem without Rails?](#can-i-use-enumerate_it-gem-without-rails)
- [What versions of Ruby and Rails are supported?](#what-versions-of-ruby-and-rails-are-supported)
- [Can I set a value to always be at the end of a sorted list?](#can-i-set-a-value-to-always-be-at-the-end-of-a-sorted-list)
- [Why define enumerations outside the class that uses them?](#why-define-enumerations-outside-the-class-that-uses-them)
- [Can I use `enumerate_it` gem without Rails?](#can-i-use-enumerate_it-gem-without-rails)
- [What versions of Ruby and Rails are supported?](#what-versions-of-ruby-and-rails-are-supported)
- [Can I set a value to always be at the end of a sorted list?](#can-i-set-a-value-to-always-be-at-the-end-of-a-sorted-list)
- [I18n](#i18n)
- [Translate a name-spaced enumeration](#translate-a-name-spaced-enumeration)
- [Handling a legacy database](#handling-a-legacy-database)
Expand Down

0 comments on commit 9a50896

Please sign in to comment.