Skip to content

Instantly share code, notes, and snippets.

@malditogeek
Created March 1, 2009 17:18
Show Gist options
  • Save malditogeek/72397 to your computer and use it in GitHub Desktop.
Save malditogeek/72397 to your computer and use it in GitHub Desktop.
class Piso < Property
before_save :assign_family
def assign_family
self.family_id = 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment