app/models/dependency_condition.rb in surveyor-0.12.1 vs app/models/dependency_condition.rb in surveyor-0.13.0
- old
+ new
@@ -1,9 +1,6 @@
class DependencyCondition < ActiveRecord::Base
- # Extending surveyor
- include "#{self.name}Extensions".constantize if Surveyor::Config['extend'].include?(self.name.underscore)
-
# Constants
OPERATORS = %w(== != < > <= >=) # CONSTANT or @@class_variable when validations listed before class method
# Associations
belongs_to :answer