Add admin data for 4D. Finishes #182818489 and #182793402

This commit is contained in:
rebuilt 2022-08-30 21:46:23 -07:00
parent 1e349519bc
commit 048aacd641
9 changed files with 4191 additions and 2 deletions

View file

@ -52,6 +52,10 @@ gem 'turbo-rails'
gem 'stimulus-rails'
gem 'watir'
gem 'selenium-webdriver', '~> 4.4'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri