Class: LogBook::Store
- Inherits:
-
ActiveSupport::CurrentAttributes
- Object
- ActiveSupport::CurrentAttributes
- LogBook::Store
- Defined in:
- lib/log_book/store.rb
Instance Method Summary collapse
Instance Method Details
#tree ⇒ Object
12 13 14 15 |
# File 'lib/log_book/store.rb', line 12 def tree return super if super self.tree = LogBook::Tree.new end |