Class: LogBook::Store

Inherits:
ActiveSupport::CurrentAttributes
  • Object
show all
Defined in:
lib/log_book/store.rb

Instance Method Summary collapse

Instance Method Details

#treeObject



12
13
14
15
# File 'lib/log_book/store.rb', line 12

def tree
  return super if super
  self.tree = LogBook::Tree.new
end