Ask A Question
Notifications
You’re not receiving notifications from this thread.
Calendar with Recurring Events Error Message - undefined method `has_key?' for "null":String
Hi I'm trying to follow Chris's Recurring events tutorial and I'm coming across this error message...
NoMethodError in EventsController#index
undefined method `has_key?' for "null":String
Extracted source (around line #15):
|
def rule
IceCube::Rule.from_hash recurring
end
def schedule(start)
...
|
def rule
IceCube::Rule.from_hash recurring
end
def schedule(start)
...
Has anyone encountered this and happen to know the fix? (I know the gem and video are pretty old but everything seemed to be working well up to this point).
thanks,