Add question to RequestForComment model
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddQuestionToRequestForComments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :request_for_comments, :question, :text
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user