Ruby on Rails Wednesday, June 25, 2014

Okay, and how can I transform this 




Into this












The above image is a example that what I want to do. 


Another thing is that when I use the SimpleCalendar and try to render the events, i get this error: 

undefined local variable or method `start_time' for #<Event:0x49278d8>








Event.rb (model)
class Event < ActiveRecord::Base  	extend SimpleCalendar      has_calendar attribute: :start_time    end  


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/f321cb33-4568-407f-b76c-28aa64355afa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment