Skip to content

Instantly share code, notes, and snippets.

@mdeiters
Forked from anonymous/gist:12123
Created September 22, 2008 19:43
Show Gist options
  • Save mdeiters/12124 to your computer and use it in GitHub Desktop.
Save mdeiters/12124 to your computer and use it in GitHub Desktop.
class Show
has_many :scenes
end
class Scene
has_one :scenable :as => :scenable
end
class Announcement
belongs_to :scenable, :polymorphic => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment