Closed bruno-costanzo closed 9 months ago
I was doing a refactoring of my calendar views and ran into the following error:
undefined method 'sorted_events_for' for SimpleCalendar::Calendar
The problem is that I copied the monthly_calendar view from github, which corresponds to version 3.0.1 of the gem.
3.0.1
However, in the readme it suggests adding version 2.4.
2.4
Why does this happen? Can't you change the readme to directly install 3.0.1?
Updated the docs to install the latest.
I was doing a refactoring of my calendar views and ran into the following error:
undefined method 'sorted_events_for' for SimpleCalendar::Calendar
The problem is that I copied the monthly_calendar view from github, which corresponds to version
3.0.1
of the gem.However, in the readme it suggests adding version
2.4
.Why does this happen? Can't you change the readme to directly install
3.0.1
?