Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Last active August 29, 2015 14:23
Show Gist options
  • Save rserna2010/0bbc4441c967c0551eb3 to your computer and use it in GitHub Desktop.
Save rserna2010/0bbc4441c967c0551eb3 to your computer and use it in GitHub Desktop.
class Survey < ActiveRecord::Base
include Surveyor::Models::SurveyMethods
def interactions
return Interaction.where(:survey_id => self.id)
end
def title
"Custom #{super}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment