ArgumentError on model create statement

I have a rails app model that I'm getting a strange error that is just baffling me. I've stripped everything out of my model down to the basics and still get the error.

So, here is the current model:

class Metric < ActiveRecord::Base end

Any plugins in that app that are extending activerecord ?

Fred