I'm trying to insert some options into the database using the terminal since there's no real admin for these options as they'll never change. I'm trying to use the following command
o = MeasurementOption.new(:name => 'Lbs', measurement_type_id => '3')
and I get the following error
syntax error near unexpected token `('
I'm looking at examples, and it seems like I have the syntax correct.