AutoCommit Mit Aug 5 11:03:06 CEST 2015
This commit is contained in:
@@ -6,6 +6,7 @@ class Survey::Question < ActiveRecord::Base
|
||||
include IsCommentable
|
||||
FLAG_ICONS={"delete" => "fa fa-trash"}
|
||||
scope :templates, ->{ where(flag_template:true)}
|
||||
acts_as_flagable
|
||||
|
||||
def add_yesno_choices
|
||||
c=Survey::Choice.new(title: "Ja")
|
||||
|
||||
Reference in New Issue
Block a user