From 2afdb7eb00a4d4a8e09a8c04df5bd63dee07233c Mon Sep 17 00:00:00 2001 From: beerlington Date: Sun, 12 Aug 2012 11:12:43 -0400 Subject: [PATCH] All directories under app/* are already in load path http://stackoverflow.com/a/6418225/167614 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e79ca..8fd26c6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ClassyEnum is a Ruby on Rails gem that adds class-based enumerator functionality to ActiveRecord attributes. +## README Topics + * [Example Usage](https://github.com/beerlington/classy_enum#example-usage) * [Internationalization](https://github.com/beerlington/classy_enum#internationalization) * [Using Enum as a Collection](https://github.com/beerlington/classy_enum#using-enum-as-a-collection) @@ -27,8 +29,6 @@ Note: This branch is no longer maintained and will not get bug fixes or new feat The gem is hosted at [rubygems.org](https://rubygems.org/gems/classy_enum) -You will also need to add `app/enums` as an autoloadable path. This configuration will depend on which version of rails you are using. - ## Upgrading? See the [wiki](https://github.com/beerlington/classy_enum/wiki/Upgrading) for notes about upgrading from previous versions.