Death first time out

The problem is your column called "method". It's clashing with the "method" method which exists on every Ruby object. See http://corelib.rubyonrails.org/classes/Object.html#M001081.

Not sure what the best solution is.

RonOnRails wrote: