aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
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.