diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/plugins.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile index 677a8a3667..4bd07114d9 100644 --- a/railties/guides/source/plugins.textile +++ b/railties/guides/source/plugins.textile @@ -39,6 +39,7 @@ The examples in this guide require that you have a working rails application. T gem install rails rails new yaffle_guide cd yaffle_guide +bundle install rails generate scaffold bird name:string rake db:migrate rails server |