Page Model/Controller entfernt, Migration

This commit is contained in:
Andreas Stephanides
2013-07-22 14:37:49 +02:00
parent 607d408bc6
commit 81cbf2b940
19 changed files with 29 additions and 309 deletions

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20130301000000) do
ActiveRecord::Schema.define(:version => 20130214233723) do
create_table "beispiel_translations", :force => true do |t|
t.string "locale"
@@ -120,18 +120,6 @@ ActiveRecord::Schema.define(:version => 20130301000000) do
t.datetime "updated_at", :null => false
end
create_table "pages", :force => true do |t|
t.string "name"
t.string "url"
t.integer "parent_id"
t.integer "lft"
t.integer "rgt"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
add_index "pages", ["parent_id"], :name => "index_pages_on_parent_id"
create_table "roles", :force => true do |t|
t.string "name"
t.integer "resource_id"