Skip to content

Commit

Permalink
All directories under app/* are already in load path
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Aug 12, 2012
1 parent d3a0b31 commit 2afdb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 2afdb7e

Please sign in to comment.