per line comments display
This commit is contained in:
parent
c66bc99fb7
commit
9da4d06a87
7 changed files with 78 additions and 2 deletions
5
db/migrate/20120110180749_add_line_number_to_note.rb
Normal file
5
db/migrate/20120110180749_add_line_number_to_note.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddLineNumberToNote < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :notes, :line_code, :string, :null => true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue