added artists, comments

This commit is contained in:
albert
2010-02-15 13:59:58 -05:00
parent 3d9d6e229a
commit e9c2d1e636
28 changed files with 1044 additions and 7 deletions

3
app/models/wiki_page.rb Normal file
View File

@@ -0,0 +1,3 @@
class WikiPage < ActiveRecord::Base
attr_accessor :updater_id, :updater_ip_addr
end