Skip to content

Commit

Permalink
README example updates
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Sep 22, 2010
1 parent e6e527f commit 2884f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.textile
Expand Up @@ -59,13 +59,13 @@ With this setup, I can now do the following:
<pre>
@alarm = Alarm.create(:priority => :medium)

@alarm.priority _returns_ _AlarmPriorityMedium_
@alarm.priority => AlarmPriorityMedium

@alarm.email? _returns_ _false_
@alarm.email? => false

@alarm.update_attribute(:priority, :high)

@alarm.email? _returns_ _true_
@alarm.email? => true
</pre>

h2. Notes
Expand Down

0 comments on commit 2884f0f

Please sign in to comment.