|
removed org_token_permission and users_perm models. They are declared via a has_and_belongs_to_many relationship which designates the underlying table so there is no need for a model. Removed old organisation_type which has been replaced
|
|---|
|
|
| app/models/org_token_permission.rb 100644 → 0 |
|---|
| app/models/organisation_type.rb 100644 → 0 |
|---|
| app/models/users_perm.rb 100644 → 0 |
|---|