Hello,
I'm trying to display events in calendar generated by calendar_date_select plugin for Rails.
I have Concert
model with datetime field date
.
Can I somehow throw in @concerts
which equals Concert.all
to calendar_date_select_tag
to display links to make days where concert is clickable?
I would like to stick to this helper cause I would like to use it as a pure date picker in other places of my app, but have no idea how to achieve my goal.
Sorry if this question is lame, I'm very new to magic Rails world.