Update the rails support enabling variable

The ruby layer has an outdated documentation for the rails support
enabling variable.
This commit is contained in:
hrvladev 2015-02-26 03:22:16 +02:00 committed by syl20bnr
parent d058994904
commit 15bfeeba83

View file

@ -70,12 +70,12 @@ Possible values are `rbenv` and `rvm`.
### Rails support
Rails support is available through [projectile-rails][].
To enable it, set the `ruby-on-rails-support` var in your
To enable it, set the `ruby-enable-ruby-on-rails-support` var in your
`~/.spacemacs`:
```elisp
(defun dotspacemacs/init ()
(setq-default ruby-on-rails-support t)
(setq-default ruby-enable-ruby-on-rails-support t)
)
```