diff options
author | Claudio B <claudiob@users.noreply.github.com> | 2015-11-17 16:32:55 -0800 |
---|---|---|
committer | Claudio B <claudiob@users.noreply.github.com> | 2015-11-17 16:32:55 -0800 |
commit | 80902a367a148283e2c28adc56ca9a96aba65ca1 (patch) | |
tree | 17e01150c9a0b3fbd3d08f31b7c890a33dd4b6eb /guides/source | |
parent | 32a8cd961eec840f31e6d60948756070d188c2b4 (diff) | |
parent | 6195747406daa49be5f47b92c9c9f6ad85f01f09 (diff) | |
download | rails-80902a367a148283e2c28adc56ca9a96aba65ca1.tar.gz rails-80902a367a148283e2c28adc56ca9a96aba65ca1.tar.bz2 rails-80902a367a148283e2c28adc56ca9a96aba65ca1.zip |
Merge pull request #22323 from jessedoyle/patch-1
[ci skip] fix inconsistent indentation
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md index b94c26a1ae..922bbb4f73 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -294,7 +294,7 @@ Getting closer... Now we will implement the code of the `acts_as_yaffle` method module Yaffle module ActsAsYaffle - extend ActiveSupport::Concern + extend ActiveSupport::Concern included do end |