instiki/app/models/page.rb

4 lines
74 B
Ruby
Raw Normal View History

class Page < ActiveRecord::Base
belongs_to :web
has_many :pages
end