mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-15 09:45:53 -07:00
chore: remove description from school
This commit is contained in:
parent
37fc891ff7
commit
b92cdf979b
3 changed files with 4 additions and 11 deletions
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue