excid3/simple_calendar

README does not document how to use partials

gersonazgo opened this issue · 1 comments

README does not document that it's possible to use a custom partial by passing the partial: 'my_partial'on a given calendar helper.

  <%= month_calendar(events: @meetings, partial: 'month_calendar') do |date, meetings| %>
    ...
  <% end %>

This is very helpful to keep the codebase organized.