Files
fizzy/app/models/bubble/threaded.rb
T
2024-10-11 20:14:09 -05:00

6 lines
75 B
Ruby

module Bubble::Threaded
def thread
Bubble::Thread.new self
end
end