Skip to content

Expand path and require all files - #1302

Open
gathuku wants to merge 4 commits into
JSONAPI-Resources:masterfrom
gathuku:file-require
Open

Expand path and require all files#1302
gathuku wants to merge 4 commits into
JSONAPI-Resources:masterfrom
gathuku:file-require

Conversation

@gathuku

@gathuku gathuku commented Dec 14, 2019

Copy link
Copy Markdown

Require all Files in jsonapi and its subdirectories .

Dir[File.expand_path('jsonapi/**/*.rb', __dir__)].reverse.each do |f|
  require f
end

Reduces file line by 90%.
I stand to be corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant