Initial commit

This commit is contained in:
2013-05-14 00:48:13 -07:00
commit ff4e7614e6
62 changed files with 1332 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
class CreateIpns < ActiveRecord::Migration
def change
create_table :ipns do |t|
t.string :data
t.timestamps
end
end
end