Skip to content

Instantly share code, notes, and snippets.

@shadowmaru
Created December 19, 2008 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadowmaru/38017 to your computer and use it in GitHub Desktop.
Save shadowmaru/38017 to your computer and use it in GitHub Desktop.
<% calendar :year => 2009, :month => 1, :events => @events, :field => :happens_on do |date, events| %>
<% for event in events %>
<%= link_to event.name, event_path(event) %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment