1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/models/son.rb
2013-04-30 15:09:35 +02:00

3 lines
38 B
Ruby

class Son < Father
include AASM
end