AutoCommit Don Aug 6 21:03:01 CEST 2015
This commit is contained in:
@@ -5,6 +5,7 @@ class Survey::Question < ActiveRecord::Base
|
||||
has_many :answers, through: :choices
|
||||
include IsCommentable
|
||||
FLAG_ICONS={"delete" => "fa fa-trash"}
|
||||
FLAG_CONFIRM={}
|
||||
scope :templates, ->{ where(flag_template:true)}
|
||||
acts_as_flagable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user