Last Updated: February 25, 2016
·
1.356K
· ryansobol

Concerning ActiveSupport::Concern

ActiveSupport::Concern wraps up the pattern of including a module, and having it extend class methods, include instance methods, and apply some configuration. It also gracefully handles module dependencies.

http://opensoul.org/blog/archives/2011/02/07/concerning-activesupportconcern/