Skip to content

Instantly share code, notes, and snippets.

@jagira
Created August 3, 2010 13:15
Show Gist options
  • Save jagira/506350 to your computer and use it in GitHub Desktop.
Save jagira/506350 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_many :posts, options, :extend => "some_module"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment