Sha256: b5bf194619145714812ada3896e4958da55894e94146edab349cdd3622119096
Contents?: true
Size: 272 Bytes
Versions: 7
Compression:
Stored size: 272 Bytes
Contents
class PostWithDefaultScope < ActiveRecord::Base def self.table_name 'posts' end attr_accessible :title, :type, :location_id, :body, :blog default_scope :order => :title searchable :auto_index => false, :auto_remove => false do string :title end end
Version data entries
7 entries across 7 versions & 3 rubygems