Module: TM
- Defined in:
- lib/rtm/rails.rb
Overview
The module TM can be used to easily access the TopicMaps used in an application. It uses a TopicMapManager and provides access to a TopicMap by using the Hash access method: TM[] or TM.[] or bla or [](*args). TopicMaps can be configured in the config/topicmaps.yaml
file.
Constant Summary collapse
- Manager =
RTM::TopicMapManager.new
Class Method Summary collapse
-
.[](*args) ⇒ RTM::TopicMap
Returns a TopicMap.