self.start indeed returns a nil value but the strange this is that it
is when I look at the self.attributes -> start in the debugger it is
correctly filled in. Is start a name you can't use in rails?
self.start indeed returns a nil value but the strange this is that it
is when I look at the self.attributes -> start in the debugger it is
correctly filled in. Is start a name you can't use in rails?
Oh, you may be running into an edge case when running under the
debugger. Old versions of rdebug would define their own start method.