Closed Dantemss closed 10 years ago
This is very minor, but with the latest version of roar-rails (which installs the latest version of hooks by default), we get the following warning:
WARNING: Hooks::InheritableAttribute is deprecated, use Uber::InheritableAttr instead.
when we include Roar::Rails::ControllerAdditions.
include Roar::Rails::ControllerAdditions
This is very minor, but with the latest version of roar-rails (which installs the latest version of hooks by default), we get the following warning:
WARNING: Hooks::InheritableAttribute is deprecated, use Uber::InheritableAttr instead.
when we
include Roar::Rails::ControllerAdditions
.