ActiveReco
1 class DoSomething < ActiveReco rd::Migrat ion 2 def change 3 #change 4 end 5 6 def migrate(direction) 7 super 8 case direction 9 when :up 10 # up 11 when :down 12 # down 13 end 14 end 15 end
posted by
genki
on Sun 15 Jun 2014
at 10:02