AutoCommit Fre Aug 7 01:03:02 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-07 01:03:02 +02:00
parent c6222cdc23
commit 13283e0e65
8 changed files with 26 additions and 7 deletions

View File

@@ -16,5 +16,6 @@ class Survey::Choice < ActiveRecord::Base
def copy_from_template
cpy = Survey::Choice.new(self.attributes_for_copy)
cpy.save
cpy
end
end