diff options
author | Zachary Scott <e@zzak.io> | 2014-06-01 19:11:39 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-06-01 19:11:39 -0700 |
commit | 4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b (patch) | |
tree | eef509cdf66080fd75595c310c2104046a29ca19 /activemodel | |
parent | fab8d0795a4213e9210c7aa88d3b5653232bb221 (diff) | |
download | rails-4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b.tar.gz rails-4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b.tar.bz2 rails-4c66ab2b2181a2c1d7163c24ce8aec0dbb3bef7b.zip |
Feature requests should be made on the mailing list, not submitted to
the issue tracker. See also #15455 [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/README.rdoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index c6500f47e2..f6beff14e1 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -262,6 +262,11 @@ API documentation is at * http://api.rubyonrails.org -Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here: +Bug reports can be filed for the Ruby on Rails project here: * https://github.com/rails/rails/issues + +Feature requests should be discussed on the rails-core mailing list here: + +* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core + |