Closed Mido-sys closed 6 months ago
Implementing chaining function. With this pull request, plush will support this <%= period.EmployeeReviewReminderDate().Format("Jan 2, 2006") %> as explained in https://github.com/gobuffalo/plush/issues/139
<%= period.EmployeeReviewReminderDate().Format("Jan 2, 2006") %>
What is being done in this PR?
Implementing chaining function. With this pull request, plush will support this
<%= period.EmployeeReviewReminderDate().Format("Jan 2, 2006") %>
as explained in https://github.com/gobuffalo/plush/issues/139