Remove Organization from the rest of the code base..

This commit is contained in:
Henne Vogelsang 2024-06-07 16:34:23 +02:00
parent 9f1e877ea0
commit 494af47af2
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
2 changed files with 0 additions and 16 deletions

View file

@ -41,18 +41,6 @@ data.
bundle exec rake data:set_conference_in_versions RAILS_ENV=production
```
### Organization admins
We have a new role `organization admins` which allow a user to manage their
organization and create and manage a conference within the organization. This
needs the role to exist in the database, otherwise the application crashes
as it is assumed to exist. For that, run the following rake task:
```
bundle exec rake roles:add RAILS_ENV=production
```
# Changes in OSEM 1.0
[Released May 24, 2016](https://osem.io/1.0)