Remove searching shared articles by list.

This is necessary to go with newest fixes in sharedlists app.
This commit is contained in:
benni 2012-10-13 22:19:01 +02:00
parent 8c3d046cf4
commit e9383e0d17
4 changed files with 1 additions and 12 deletions

View file

@ -9,9 +9,6 @@ class SharedSupplier < ActiveRecord::Base
has_one :supplier
has_many :shared_articles, :foreign_key => :supplier_id
# save the lists as an array
serialize :lists
end
# == Schema Information