I have in my Gemfile this line:
gem 'calendar_helper', :git => 'git://github.com/topfunky/calendar_helper.git'
Everything is ok and working with this:
= calendar(:year => 2013, :month => 3, :first_day_of_week => 1)
But where is the file ‘calendar_helper.rb’?
I have searched for it everywhere in my project folder, but I can’t find it. And I need it to modify the calendar.
Thanks.
Try :
bundle show calendar_helper or bundle open calendar_helper