briandoll/Rit

Object creation fails

CodeMonkeySteve opened this issue · 2 comments

When creating a Plate or Edition, I get:

NoMethodError (undefined method `first' for #<HashWithIndifferentAccess:0xb6e371d0>):
  lib/parses_plate_edition_parameters.rb:4:in `parse_params'
  ...

This is with Ruby 1.8.6.

Kasima just pushed the fix for this: c60b925

Confirmed, thanks.