lib/generators/has_vcards/templates/migration.rb in has_vcards-0.6.0 vs lib/generators/has_vcards/templates/migration.rb in has_vcards-0.6.1
- old
+ new
@@ -1,5 +1,5 @@
-class CreateVcards < ActiveRecord::Migration
+class CreateHasVcards < ActiveRecord::Migration
def self.up
create_table 'addresses', :force => true do |t|
t.string 'post_office_box', :limit => 50
t.string 'extended_address', :limit => 50
t.string 'street_address', :limit => 50