# Base requirements require 'enlight/responses/response' # Inclusions require 'enlight/responses/pageable' require 'enlight/responses/status' Gem.find_files_from_load_path('enlight/responses/*_attributable.rb').each {|file| require(file)} # Everything else where require order doesn't matter Gem.find_files_from_load_path('enlight/responses/*.rb').each {|file| require(file)} module Enlight module Responses end end