Skip to content

Instantly share code, notes, and snippets.

@DCarper
Forked from esparkman/gist:712499
Created November 23, 2010 20:54
Show Gist options
  • Save DCarper/712506 to your computer and use it in GitHub Desktop.
Save DCarper/712506 to your computer and use it in GitHub Desktop.
def to_key
new_record? ? nil : [ self.send(self.class.primary_key) ]
end
def persisted?
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment