Class: Webpacker::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/webpacker/routes.rb

Instance Method Summary collapse

Instance Method Details

#routes_pathObject



6
7
8
# File 'lib/webpacker/routes.rb', line 6

def routes_path
  fetch(:routes_path) || source_path.join('routes')
end