Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Created June 17, 2015 21:18
Show Gist options
  • Save rserna2010/dfbbf80c0bd45fe03eaa to your computer and use it in GitHub Desktop.
Save rserna2010/dfbbf80c0bd45fe03eaa to your computer and use it in GitHub Desktop.
survey_extension
Survey.class_eval do
def interactions
return Interaction.where(:survey_id => self.id)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment