Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Jun 29, 2011
1 parent 0cf8586 commit 6e1b6cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.textile
Expand Up @@ -10,7 +10,7 @@ h2. Requirements

h2. Installation

The gem is hosted at "rubygems.org":https://rubygems.org/gems/classy_enum and can be installed with: @gem install classy_enum@
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.

Expand All @@ -22,8 +22,6 @@ h3. 1. Generate the Enum

The fastest way to get up and running with ClassyEnum is to use the built-in Rails generator like so:

Rails 3.0.x

<pre>
rails g classy_enum Priority low medium high
</pre>
Expand Down

0 comments on commit 6e1b6cb

Please sign in to comment.