README formatting tweak [skip ci]

This commit is contained in:
Jon Atack 2014-10-23 23:09:35 +02:00
parent 37dd1d0fab
commit be655c683b
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ artists.result.to_sql
If you would like to combine the Ransack and SimpleForm form builders, set the
`RANSACK_FORM_BUILDER` environment variable before Rails boots up, e.g. in
`config/application.rb` before `require 'rails/all'` as shown below (and add
`gem 'simple_form'` to your `Gemfile`).
`gem 'simple_form'` in your Gemfile).
```ruby
require File.expand_path('../boot', __FILE__)