hashrocket / decent_exposure

A helper for creating declarative interfaces in controllers
MIT License
1.81k stars 107 forks source link

Removing ActiveSupport delegate in favor of ruby #124

Closed mattpolito closed 9 years ago

mattpolito commented 9 years ago

Opting to use ruby's Forwardable instead of pulling in the ActiveSupport file to gain access to delegate.