in my model i added new fields and expect that asm gen:sync-models would create the new columns. i've also added some class methods and instance methods.
i've noticed that asm gen:sync-models ignores everything when i have class and instance methods. there are also no error messages or anything.
after commenting out the class and instance methods, asm gen:sync-models runs fine.
can this be remedied? would think that it ought to ignore methods and resolve new fields. at the least it probably shouldn't fail silently.