Skip to content

Instantly share code, notes, and snippets.

@abacha
Created February 28, 2013 02:28
Show Gist options
  • Select an option

  • Save abacha/5053695 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/5053695 to your computer and use it in GitHub Desktop.
class ClientsVisitReport < ActiveRecord::Base
attr_accessible :client_id, :client_type, :client_name
belongs_to :client, :polymorphic => true
belongs_to :visit_report
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment