spec/tmp/app/models/feature.rb in curupira-0.1.0 vs spec/tmp/app/models/feature.rb in curupira-0.1.1

- old
+ new

@@ -1,7 +1,3 @@ class Feature < ActiveRecord::Base - validates_presence_of :name - has_many :feature_services - has_many :services, through: :feature_services - has_many :feature_action_labels - has_many :action_labels, through: :feature_action_labels + has_many :action_labels end \ No newline at end of file