Skip to content

Instantly share code, notes, and snippets.

@rodrigoflores
Created March 14, 2012 10:40
Show Gist options
  • Save rodrigoflores/2035677 to your computer and use it in GitHub Desktop.
Save rodrigoflores/2035677 to your computer and use it in GitHub Desktop.
class Password < ActiveRecord::Base
belongs_to :user
scope :current, where(:changed_at => nil)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment