aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/concerning.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix typo and indent. [ci skip]Yves Senn2014-01-301-1/+1
|
* concern doesn't include the module automaticallyRafael Mendonça França2013-12-171-1/+0
| | | | [ci skip]
* Introduce Module#concerningJeremy Kemper2013-12-171-0/+136
A natural, low-ceremony way to separate responsibilities within a class. Imported from https://github.com/37signals/concerning#readme