Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to documentation #24

Merged
merged 1 commit into from Jul 27, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/calendar_helper.rb
Expand Up @@ -20,7 +20,7 @@ module CalendarHelper
# :table_class => "calendar" # The class for the <table> tag.
# :summary => "Calendar for August 2008" # The summary attribute for the <table> tag. Required for 508 compliance.
# :month_name_class => "monthName" # The class for the name of the month, at the top of the table.
# :other_month_class => "otherMonth" # Not implemented yet.
# :other_month_class => "otherMonth" # The class for individual day cells for previous and next months.
# :day_name_class => "dayName" # The class is for the names of the weekdays, at the top.
# :day_class => "day" # The class for the individual day number cells.
# This may or may not be used if you specify a block (see below).
Expand Down