Method: Require.files_for
- Defined in:
- lib/thoughtful/require.rb
.files_for(path) ⇒ Object
26 27 28 |
# File 'lib/thoughtful/require.rb', line 26 def self.files_for(path) Dir["#{RAILS_ROOT}/#{path}/*"] end |
26 27 28 |
# File 'lib/thoughtful/require.rb', line 26 def self.files_for(path) Dir["#{RAILS_ROOT}/#{path}/*"] end |