aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-11-16 20:31:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-11-16 20:31:01 +0000
commit32602acdb70c59a22aac94640bedddd566616c1d (patch)
treeddae156825d12c15748e26d7399dbb97c08ce92a /railties/README
parent9f43627d2f117b0b3c635827a0e6196d6ec0314f (diff)
downloadrails-32602acdb70c59a22aac94640bedddd566616c1d.tar.gz
rails-32602acdb70c59a22aac94640bedddd566616c1d.tar.bz2
rails-32602acdb70c59a22aac94640bedddd566616c1d.zip
Remove components mention from railties README. Closes #10182 [sjgman9]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8155 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r--railties/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/README b/railties/README
index 11108795bf..a1db73c4b7 100644
--- a/railties/README
+++ b/railties/README
@@ -174,9 +174,6 @@ app/helpers
config
Configuration files for the Rails environment, the routing map, the database, and other dependencies.
-components
- Self-contained mini-applications that can bundle together controllers, models, and views.
-
db
Contains the database schema in schema.rb. db/migrate contains all
the sequence of Migrations for your schema.