Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Neighborhood: Get rid of unused Feature model #1594

Merged
merged 1 commit into from
Jun 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# AWS_S3_SECRET_ACCESS_KEY=
# AWS_S3_BUCKET=

FEATURE_SYSTEM_TEST=true
FEATURE_INVITATION=true

# If you are using docker to manage your postgresql database,
# you will want to uncomment these
# PGHOST=localhost
Expand Down
4 changes: 0 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
}
},
"env": {
"FEATURE_SYSTEM_TEST": {
"description": "Seed Test data",
"value": "true"
},
"LOCKBOX_MASTER_KEY": {
"description": "Encrypts data within the database",
"generator": "secret"
Expand Down
13 changes: 0 additions & 13 deletions app/models/feature.rb

This file was deleted.

12 changes: 0 additions & 12 deletions spec/models/feature_spec.rb

This file was deleted.