renamed model directory

This commit is contained in:
Rick Okin 2005-08-09 01:18:00 +00:00
parent 6fb0102a5a
commit e4ecb406bf
3 changed files with 0 additions and 0 deletions

4
app/models/page.rb Normal file
View file

@ -0,0 +1,4 @@
class Page < ActiveRecord::Base
belongs_to :web
has_many :pages
end