create org model and schema manager

This commit is contained in:
2025-06-11 18:23:16 +02:00
parent 16b27a0d1c
commit 8be82f5c49
7 changed files with 144 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ group :development, :test do
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
gem 'dotenv-rails'
end
group :development do