cedarcode/rename_params

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## v2.0.1
* Fix macros inclusion in controllers by making use of ActiveSupport on_load hook

## v2.0.0
* Add support for rails 5.1
* Lose support for rails 3.2

## v1.1.3
* Fix issue with enum converter when param sent is not present in the
  enum definition

## v1.1.2
* Fix issue with move_to option when param is not sent

## v1.1.1
* Fix issue with converting values when they are namespaced

## v1.1.0
* Added move_to option to use in rename macro
* Added move macro
* Minor adjustments on gem dependencies