instiki/app/models/web.rb

3 lines
54 B
Ruby
Raw Normal View History

class Web < ActiveRecord::Base
has_many :pages
end