aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/plugins.textile
diff options
context:
space:
mode:
authorJohn Warwick <jwarwick@gmail.com>2011-07-15 22:40:17 -0400
committerJohn Warwick <jwarwick@gmail.com>2011-07-15 22:40:17 -0400
commit765b79257a3eab2063cbf44eba6d9a405c488b0b (patch)
treec2bde91af4061a14927a3ac9ac5305eb51b37dbd /railties/guides/source/plugins.textile
parent88e307a0a6cadd9aafed38cce939a20abecd2a53 (diff)
downloadrails-765b79257a3eab2063cbf44eba6d9a405c488b0b.tar.gz
rails-765b79257a3eab2063cbf44eba6d9a405c488b0b.tar.bz2
rails-765b79257a3eab2063cbf44eba6d9a405c488b0b.zip
Fixing typo in plugins.textile
Diffstat (limited to 'railties/guides/source/plugins.textile')
-rw-r--r--railties/guides/source/plugins.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile
index 79bbe495bd..188423861d 100644
--- a/railties/guides/source/plugins.textile
+++ b/railties/guides/source/plugins.textile
@@ -86,7 +86,7 @@ class CoreExtTest < Test::Unit::TestCase
end
</ruby>
-Run +rake+ to run the test. This test should fail because we haven't implemented the +to_squak+ method:
+Run +rake+ to run the test. This test should fail because we haven't implemented the +to_squawk+ method:
<shell>
1) Error:
@@ -218,8 +218,8 @@ test/dummy directory:
<shell>
$ cd test/dummy
-$ rails generate model Hickwall last_squak:string
-$ rails generate model Wickwall last_squak:string last_tweet:string
+$ rails generate model Hickwall last_squawk:string
+$ rails generate model Wickwall last_squawk:string last_tweet:string
</shell>
Now you can create the necessary database tables in your testing database by navigating to your dummy app