Reviewing by starting with the diff of config/initializers/scimitar.rb is recommended, as this explains the new configuration option and, with that, the controller code which uses it will obviously make more sense.
Hiding white space changes will reduce diff noise in the tests, where a chunk of code got indented into a new context.
Address #119 with opt-in configuration.
Reviewing by starting with the diff of
config/initializers/scimitar.rb
is recommended, as this explains the new configuration option and, with that, the controller code which uses it will obviously make more sense.Hiding white space changes will reduce diff noise in the tests, where a chunk of code got indented into a new
context
.