mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
|
@ -88,7 +88,9 @@ module Admin
|
|||
end
|
||||
|
||||
def organization_params
|
||||
params.require(:organization).permit(:name, :description, :picture)
|
||||
params.require(:organization).permit(
|
||||
:name, :description, :picture, :code_of_conduct
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue