icon for handler of sortable

This commit is contained in:
VSizov 2011-10-15 20:41:38 +03:00
parent df016465cd
commit e6bba9be4f
4 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddPositionToIssues < ActiveRecord::Migration
def change
add_column :issues, :position, :integer, :default => 0
end
end