Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Feb 2, 2009
1 parent 732c95c commit 23fe1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ To highlight a different day you can pass the :today option:
<% calendar_for(@tasks, :today => Date.civil(2008, 12, 26)) do |t| %>

By default the :date method is called on the objects for sorting.

To use another method you can pass the :day_method option:

<% t.day(:day_method => :calendar_date) do |day, tasks| %>
Expand Down

0 comments on commit 23fe1ad

Please sign in to comment.