chore: remove description from school

This commit is contained in:
Nelson Jovel 2024-01-11 14:07:18 -08:00
parent 37fc891ff7
commit b92cdf979b
3 changed files with 4 additions and 11 deletions

View file

@ -14,6 +14,8 @@ require "action_view/railtie"
require "action_cable/engine"
# require "rails/test_unit/railtie"
require "csv"
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
@ -28,7 +30,7 @@ module Dummy
# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.autoload_lib(ignore: %w(assets tasks))
config.autoload_lib(ignore: %w[assets tasks])
# Configuration for the application, engines, and railties goes here.
#