Skip to content

Commit

Permalink
added alias include_shared
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed May 22, 2012
1 parent 9fa941c commit ac645b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.0
0.1.1
1 change: 1 addition & 0 deletions lib/concerned/module_ext.rb
Expand Up @@ -53,6 +53,7 @@ def include_shared_concerns(*concerns)
alias_method :shared_concern, :shared_concerns
alias_method :include_concern, :include_concerns
alias_method :include_shared_concern, :include_shared_concerns
alias_method :include_shared, :include_shared_concerns

protected

Expand Down

0 comments on commit ac645b7

Please sign in to comment.