DefiPanda/triangletech

Indentation, and why def calendar

conwqi1 opened this issue · 1 comments

def calendar
@events = Event.all
end is not utilized. Should be put in a protected methods

used by simple_calendar gem, at least in the version I use.