Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 309 Bytes

open-routes-file-with-vim-rails.md

File metadata and controls

12 lines (9 loc) · 309 Bytes

Open Routes File With vim-rails

You can quickly pop open the config/routes.rb file for a Rails project by using the following command provided by vim-rails.

:Einit

This is a shortcut for opening initializer files the default of which is the routes file.