aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/debugging_rails_applications.txt
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc/guides/source/debugging_rails_applications.txt')
-rw-r--r--railties/doc/guides/source/debugging_rails_applications.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/doc/guides/source/debugging_rails_applications.txt b/railties/doc/guides/source/debugging_rails_applications.txt
index c61e6bb6e6..b45473fc14 100644
--- a/railties/doc/guides/source/debugging_rails_applications.txt
+++ b/railties/doc/guides/source/debugging_rails_applications.txt
@@ -31,7 +31,6 @@ The `debug` helper will return a <pre>-tag that renders the object using the YAM
You'll see something like this:
-[source, yaml]
----------------------------------------------------------------------------
--- !ruby/object:Post
attributes:
@@ -64,7 +63,6 @@ The `to_yaml` method converts the method to YAML format leaving it more readable
As a result of this, you will have something like this in your view:
-[source, yaml]
----------------------------------------------------------------------------
--- !ruby/object:Post
attributes: