Class: EasyModel::Base

Inherits:
Object
  • Object
show all
Includes:
Column
Defined in:
lib/easy_model/base.rb

Class Method Summary collapse

Methods included from Column

included

Class Method Details

.inherited(base) ⇒ Object



7
8
9
# File 'lib/easy_model/base.rb', line 7

def self.inherited(base)
  $stderr.puts 'DEPRECATED: EasyModel::Base is deprecated. Instead to include EasyModel::Column.'
end