spree-wordsmith
spree-wordsmith copied to clipboard
rake db:migrate throws an error
undefined method `length' for :posts_type_ix:Symbol
changed :posts_type_ix in db/migrate/20091120160419_add_type_to_posts.rb to 'posts_type_ix' to make it work
I'm getting this same error
me three...anybody have a solution?
i did what branch14 did and renamed posts_type_ix from a symbol to a string