Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
aloon committed Nov 8, 2014
1 parent 5d3ea81 commit 68a0bce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ and execute:

## how it works

Yoy must create a class with the definitions of Enums:
You must create a class with the definitions of Enums

For example:

models/status.rb:
```ruby
Expand Down Expand Up @@ -55,4 +57,4 @@ now you can:
Status.get
#returns [#<Status:0x00 @id=0, @description="NEW">, #<Status:0x00 @id=1, @description="GENERATING">, #<Status:0x00 @id=2, @description="RUN">, #<Status:0x00 @id=3, @description="DELETING">]
```
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/523c8b815571903a88c84530ccfeb23b "githalytics.com")](http://githalytics.com/aloon/has_dictionary)

0 comments on commit 68a0bce

Please sign in to comment.