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