]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20140210003018_add_user_image_content_type.rb
Add a way_with_nodes factory, and use it in the way_controller tests.
[rails.git] / db / migrate / 20140210003018_add_user_image_content_type.rb
1 class AddUserImageContentType < ActiveRecord::Migration
2   def change
3     add_column :users, :image_content_type, :string
4   end
5 end