I'm trying to import an app into Rails 4, using the gem activerecord-import . When I try to run the command:
Detail.import( columns, values, :validate => false ,:timestamps => false )
I get an error like this:
**NoMethodEr...
asked by
01.06.2016 / 18:10