I expand and include these files, but still get: undefined method after_initialize for Play:Class
class Play extend ActiveModel::Callbacks extend ActiveModel::Naming include ActiveModel::Validations include ActiveModel::Validations::Callbacks include ActiveModel::Conversion after_initialize :process_data #... end
I am using Rails 4.
source share