Skip to content

Commit

Permalink
fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cristobal Pazos committed May 7, 2015
1 parent 46605fe commit 895805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
santander.bank_subsidiaries.create(address: bs)
end
['Av. Presidente Riesco 5711 L/1,LAS CONDES', 'Av. Nueva Los Leones 017,PROVIDENCIA'].each do |bs|
chile.bank_subsidiaries.create(name: bs)
chile.bank_subsidiaries.create(address: bs)
end

0 comments on commit 895805a

Please sign in to comment.