orbit-basic/vendor/built_in_modules/web_resource/app/models/web_resource_tag.rb

5 lines
73 B
Ruby
Raw Normal View History

2012-02-15 07:38:27 +00:00
class WebResourceTag < Tag
2012-02-15 07:47:05 +00:00
has_and_belongs_to_many :web_links
2012-02-15 07:38:27 +00:00
end