Skip to content

Commit

Permalink
Fix Rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
walteraa committed Apr 25, 2017
1 parent 648a357 commit 0a47b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20170425185231_create_asset_details.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class CreateAssetDetails < ActiveRecord::Migration[5.0]
def change
create_table :asset_details do |t|
t.text :description
t.text :contact
t.text :contact
t.text :location
t.text :room
t.text :rack_name
Expand Down

0 comments on commit 0a47b32

Please sign in to comment.