rating/spec/support/models.rb

4 lines
106 B
Ruby
Raw Normal View History

2022-05-18 02:42:51 +00:00
# frozen_string_literal: true
Dir[File.expand_path('models/*.rb', __dir__)].each { |file| require file }