aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJesse Doyle <jdoyle@ualberta.ca>2015-11-17 14:39:03 -0700
committerJesse Doyle <jdoyle@ualberta.ca>2015-11-17 14:39:03 -0700
commit6195747406daa49be5f47b92c9c9f6ad85f01f09 (patch)
tree17e01150c9a0b3fbd3d08f31b7c890a33dd4b6eb /guides
parent32a8cd961eec840f31e6d60948756070d188c2b4 (diff)
downloadrails-6195747406daa49be5f47b92c9c9f6ad85f01f09.tar.gz
rails-6195747406daa49be5f47b92c9c9f6ad85f01f09.tar.bz2
rails-6195747406daa49be5f47b92c9c9f6ad85f01f09.zip
[ci skip] fix inconsistent indentation
Diffstat (limited to 'guides')
-rw-r--r--guides/source/plugins.md2
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