class KonoUtils::VirtualModel
Public Class Methods
inherited(*)
click to toggle source
Calls superclass method
# File lib/kono_utils/virtual_model.rb, line 4 def self.inherited(*) ::ActiveSupport::Deprecation.warn 'KonoUtils::VirtualModel is deprecated! Use ActiveType::Object instead.' super end