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

3
app/models/revision.rb Normal file
View file

@ -0,0 +1,3 @@
class Revision < ActiveRecord::Base
belongs_to :page
end