Skip to content

Instantly share code, notes, and snippets.

@letsbreelhere
Created June 8, 2012 20:08
Show Gist options
  • Save letsbreelhere/2897912 to your computer and use it in GitHub Desktop.
Save letsbreelhere/2897912 to your computer and use it in GitHub Desktop.
tire gem user.rb
class User < ActiveRecord::Base
include Tire::Model::Search
include Tire::Model::Callbacks
attr_accessible :name, :email, :company
#...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment