Remove searching shared articles by list.
This is necessary to go with newest fixes in sharedlists app.
This commit is contained in:
parent
8c3d046cf4
commit
e9383e0d17
4 changed files with 1 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue