instiki/app/models/revision.rb

3 lines
60 B
Ruby
Raw Normal View History

class Revision < ActiveRecord::Base
belongs_to :page
end