rfc can now be solved.
show.html still needs to be finished
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddSolvedToRequestForComments < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :request_for_comments, :solved, :boolean
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user