This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-11-17 01:13:45 -05:00
|
|
|
class Tag < ActiveRecord::Base
|
2008-01-27 02:40:46 -05:00
|
|
|
has_and_belongs_to_many :pages, :join_table => 'tags_pages'
|
2007-11-17 01:13:45 -05:00
|
|
|
end
|