This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
prepend_sources(*args)
Add a source to the beginning of the list.
# File railties/lib/rails_generator/lookup.rb, line 76 def prepend_sources(*args) write_inheritable_array(:sources, args.flatten + sources) invalidate_cache! end