Sha256: c52f77c6b82b915dd30e6d95c87e3eab3f5539d6f5033f67dae6ecb8b114b21c
Contents?: true
Size: 302 Bytes
Versions: 10
Compression:
Stored size: 302 Bytes
Contents
class Spud::SpudUserModel < ActiveRecord::Base self.abstract_class = true include TbCore::UserModel def initialize(*args) ActiveSupport::Deprecation.warn( 'Spud::SpudUserModel has been replaced by TbCore::UserModel. See the README for details.', caller ) super end end
Version data entries
10 entries across 10 versions & 1 rubygems