Class: RTM::AR::TMDM::Locator

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
Movable
Defined in:
lib/rtm/activerecord/tmdm.rb

Class Method Summary collapse

Methods included from Movable

move_all

Class Method Details

.abstract_class?Boolean

Returns:

  • (Boolean)


130
131
132
# File 'lib/rtm/activerecord/tmdm.rb', line 130

def abstract_class?
  self == Locator
end