added devise

This commit is contained in:
2011-10-22 23:52:31 -07:00
parent 0e0a034edf
commit 0a56cad831
50 changed files with 8469 additions and 8 deletions

View File

@@ -37,11 +37,4 @@ ActiveRecord::Schema.define(:version => 20110928083830) do
t.datetime "updated_at"
end
create_table "templates", :force => true do |t|
t.string "name"
t.string "boilerplate"
t.datetime "created_at"
t.datetime "updated_at"
end
end