Add/edit org code of conduct, as admin
This commit is contained in:
parent
512ad067e1
commit
a6daff8582
6 changed files with 58 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddCodeOfConductToOrganization < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :organizations, :code_of_conduct, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue