RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: melsatar
undefined method `valid?' for 2:Fixnum
I'm getting this error blocked in here, do you have any suggestion, i'm using rails 4
def save if imported_departments.map(&:valid?).all? imported_departments.each(&:save!) true else
undefined method `valid?' for 2:Fixnum
I'm getting this error blocked in here, do you have any suggestion, i'm using rails 4
def save
if imported_departments.map(&:valid?).all?
imported_departments.each(&:save!)
true
else