Skip to content

Instantly share code, notes, and snippets.

@simi
Created April 15, 2011 10:52
Show Gist options
  • Select an option

  • Save simi/921510 to your computer and use it in GitHub Desktop.

Select an option

Save simi/921510 to your computer and use it in GitHub Desktop.
class Employee < ActiveRecord::Base
acts_as_indexed :fields => [:name, :content]
validates :name, :presence => true, :uniqueness => true
belongs_to :photo, :class_name => 'Image'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment