README does not document how to use partials
gersonazgo opened this issue · 1 comments
gersonazgo commented
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.
excid3 commented
Send a PR 👍
On Sat, Sep 12, 2020 at 7:34 PM Gerson Azevedo ***@***.***> wrote:
README does not document that it's possible to use a custom partial by
passing the partial: 'my_partial'on a given calendar helper.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#241>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQMFNAZC7KRVT3GZPR7ZLSFQHS7ANCNFSM4RKFI6SA>
.
--