app/models/detour/feature.rb in detour-0.0.14 vs app/models/detour/feature.rb in detour-0.0.15

- old
+ new

@@ -1,7 +1,9 @@ # Represents an individual feature that may be rolled out to a set of records # via individual flags, percentages, or defined groups. class Detour::Feature < ActiveRecord::Base + include Detour::Concerns::CustomHumanAttributes + self.table_name = :detour_features serialize :flag_in_counts, JSON serialize :opt_out_counts, JSON