commit
b704a44dfb
@ -1,3 +1,3 @@
|
||||
class FirstPage < ActiveRecord::Base
|
||||
attr_accessible :description, :title, :web_title
|
||||
attr_accessible :description, :title, :web_title,:page_type
|
||||
end
|
||||
|
@ -0,0 +1,5 @@
|
||||
class AddIsPublicToDocuments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :documents, :is_public, :integer,:default => 1
|
||||
end
|
||||
end
|
Loading…
Reference in new issue