Class: DiagramCacheSession
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- DiagramCacheSession
- Defined in:
- app/models/diagram_cache_session.rb
Instance Method Summary collapse
-
#initialize(*arg) ⇒ DiagramCacheSession
constructor
A new instance of DiagramCacheSession.
Constructor Details
#initialize(*arg) ⇒ DiagramCacheSession
Returns a new instance of DiagramCacheSession.
4 5 6 7 |
# File 'app/models/diagram_cache_session.rb', line 4 def initialize(*arg) super(*arg) self.share = true end |