Hello World

Ruby code posted
created at 16 Nov 14:00, updated at 19 Nov 12:48

Edit | Back
1
2
3
4
5
6
7
8
9
class Comment < ActiveRecord::Base
  auto_html_for :body do
    html_escape
    image
    youtube(:width => 400, :height => 250)
    link :target => "_blank", :rel => "nofollow"
    simple_format
  end
end
213 Bytes in 2 ms with coderay