Sha256: 0634f5c2e872398ab8b85e699595ffe761cbb6ad056feb0d2e9c3cf024589443
Contents?: true
Size: 138 Bytes
Versions: 1
Compression:
Stored size: 138 Bytes
Contents
class Post < ActiveRecord::Base html_fragment :body, :scrub => :strip attr_accessible :title, :body if Rails::VERSION::MAJOR == 3 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
loofah-activerecord-2.0.0 | rails_test/common/active_record/app/models/post.rb |