Module: RTM::Construct

Included in:
AR::Construct, Association, ConstructName, Occurrence, Role, Topic, TopicMap, Variant
Defined in:
lib/rtm/activerecord/base.rb

Instance Method Summary collapse

Instance Method Details

#find(*args) ⇒ Object



6
7
8
# File 'lib/rtm/activerecord/base.rb', line 6

def find(*args)
  RTM::AR.const_get(name.split("::").last).find(*args)
end