class Webpacker::Configuration

Public Instance Methods

routes_path() click to toggle source
# File lib/webpacker/routes.rb, line 6
def routes_path
  fetch(:routes_path) || source_path.join('routes')
end