]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20140210003018_add_user_image_content_type.rb
Controllers + a few tests + new notification added. Work pending on the notification...
[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