aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/README.rdoc14
1 files changed, 10 insertions, 4 deletions
diff --git a/railties/README.rdoc b/railties/README.rdoc
index 95c43045b0..b77304fc3b 100644
--- a/railties/README.rdoc
+++ b/railties/README.rdoc
@@ -15,12 +15,18 @@ The latest version of Railties can be installed with RubyGems:
* gem install railties
-Documentation can be found at
+== License
-* http://api.rubyonrails.org
+Railties is released under the MIT license.
+== Support
-== License
+API documentation is at
-Railties is released under the MIT license.
+* http://api.rubyonrails.org
+
+Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
+
+* https://github.com/rails/rails/issues
+You can find more usage information in the ActiveResource::Base documentation.