Fix tags in web_resource

This commit is contained in:
Christophe Vilayphiou 2012-02-15 15:47:05 +08:00
parent edf236c1c7
commit 4d361857cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class WebResourceTag < Tag
has_and_belongs_to_many :web_resources
has_and_belongs_to_many :web_links
end