spec/app_root/app/models/client.rb in consul-0.1.1 vs spec/app_root/app/models/client.rb in consul-0.1.2
- old
+ new
@@ -2,12 +2,6 @@
has_many :notes
named_scope :active, :conditions => ["deleted = ? OR deleted IS NULL", false]
- def foo
- with_scope do
-
- end
- end
-
end