Skip to content

Instantly share code, notes, and snippets.

@StephenFiser
Created September 25, 2013 02:08
Show Gist options
  • Save StephenFiser/6694308 to your computer and use it in GitHub Desktop.
Save StephenFiser/6694308 to your computer and use it in GitHub Desktop.
class Report < ActiveRecord::Base
attr_accessible :title
belongs_to :presenter
delegate :team_name, to: :presenter, prefix: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment