Module: Marley::Plugins::MessageThreading::InstanceMethods
- Defined in:
- lib/marley/joints/forum.rb
Instance Method Summary collapse
Instance Method Details
#reply ⇒ Object
42 43 44 |
# File 'lib/marley/joints/forum.rb', line 42 def reply new_child(:title => "re: #{title}") end |
#thread ⇒ Object
38 |
# File 'lib/marley/joints/forum.rb', line 38 def thread; tree;end |
#thread_vals ⇒ Object
37 |
# File 'lib/marley/joints/forum.rb', line 37 def thread_vals;values_tree;end |
#write_cols ⇒ Object
39 40 41 |
# File 'lib/marley/joints/forum.rb', line 39 def write_cols new? ? super.push(:path) : super end |