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

5 lines
77 B
Ruby
Raw Normal View History

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