mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
4 lines
38 B
Ruby
4 lines
38 B
Ruby
|
class Son < Father
|
||
|
include AASM
|
||
|
end
|