Module: Marley::Plugins::MessageThreading::InstanceMethods

Defined in:
lib/marley/joints/forum.rb

Instance Method Summary collapse

Instance Method Details

#replyObject



42
43
44
# File 'lib/marley/joints/forum.rb', line 42

def reply
  new_child(:title => "re: #{title}")
end

#threadObject



38
# File 'lib/marley/joints/forum.rb', line 38

def thread; tree;end

#thread_valsObject



37
# File 'lib/marley/joints/forum.rb', line 37

def thread_vals;values_tree;end

#write_colsObject



39
40
41
# File 'lib/marley/joints/forum.rb', line 39

def write_cols
  new? ? super.push(:path) : super
end