Skip to content

Instantly share code, notes, and snippets.

@dlchet
Created May 22, 2010 00:51
Show Gist options
  • Save dlchet/409628 to your computer and use it in GitHub Desktop.
Save dlchet/409628 to your computer and use it in GitHub Desktop.
class App < ActiveRecord::Base
end
class Event < ActiveRecord::Base
end
class App::EventList < App
has_many :events
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment