Sha256: 04938b7657cb26ede0973c78a137d835aa6f83313e0c4658fc021ca834ff2001

Contents?: true

Size: 121 Bytes

Versions: 3

Compression:

Stored size: 121 Bytes

Contents

class Post < ActiveRecord::Base
  search_with_simple_fulltext [:title, :content]

  attr_accessible :title, :content
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mysql_simple_fulltext-0.0.3 test/dummy/app/models/post.rb
mysql_simple_fulltext-0.0.2 test/dummy/app/models/post.rb
mysql_simple_fulltext-0.0.1 test/dummy/app/models/post.rb