ActiveRecord::Base
# File app/models/survey/choice.rb, line 13 def attributes_for_copy self.attributes.select{|k,v| ["text","sort", "picture", "icon"].include?(k)} end
# File app/models/survey/choice.rb, line 16 def copy_from_template cpy = Survey::Choice.new(self.attributes_for_copy) cpy.save cpy end
Generated with the Darkfish Rdoc Generator 2.