Method: Faun::ForumThread#to_json

Defined in:
lib/faun.rb

#to_json(*args) ⇒ Object



229
230
231
232
233
234
235
# File 'lib/faun.rb', line 229

def to_json(*args)
  {
    :id => id,
    :title => @name,
    :comments => @items
  }.to_json
end