4 lines
106 B
Ruby
4 lines
106 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Dir[File.expand_path('models/*.rb', __dir__)].each { |file| require file }
|