Sha256: 3e0544a8d14054eb02ac21afc0235f26602adef0c12e39951b6a1506809d0d30
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 Bytes
Contents
require 'active_type' module KonoUtils class VirtualModel < ActiveType::Object def self.inherited(*) ::ActiveSupport::Deprecation.warn 'KonoUtils::VirtualModel is deprecated! Use ActiveType::Object instead.' super end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kono_utils_helpers-0.1.2 | lib/kono_utils/virtual_model.rb |
kono_utils_helpers-0.1.1 | lib/kono_utils/virtual_model.rb |
kono_utils_helpers-0.1.0.pre.rc.1 | lib/kono_utils/virtual_model.rb |