#### Expected behavior vs actual behavior Expected: ``` ruby class SimpleObject include ActiveModelSerializers::Model #includes neccesary methods end ``` Actual ``` ruby class SimpleObject < ActiveModelSerializers::Model end ``` What would happen if my SimpleObject was inheriting from another class? #### Additonal helpful information #1272