Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 8, 2010
1 parent 3011dc0 commit 46aa636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/create_inquiries.rb
@@ -1,7 +1,7 @@
class CreateInquiries < ActiveRecord::Migration
def self.up
unless ::Inquiry.table_exists?
create_table ::Inquiry.table_name, :force => true do |t|
create_table ::Inquiry.table_name, :force => true do |t|
t.string "name"
t.string "email"
t.string "phone"
Expand Down

0 comments on commit 46aa636

Please sign in to comment.