aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-03-19 18:45:26 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-03-19 18:45:26 +0000
commit5ff59bff822055793412c93d345c42c371eb4824 (patch)
tree8a5bf13a769170a15e4fccc56824fdfcbe098955 /railties/html/index.html
parentb42195cdb7c150626af1fe9cb720be14df5638ac (diff)
downloadrails-5ff59bff822055793412c93d345c42c371eb4824.tar.gz
rails-5ff59bff822055793412c93d345c42c371eb4824.tar.bz2
rails-5ff59bff822055793412c93d345c42c371eb4824.zip
Remove explicit loading of RailsInfo and RailsInfoController.
Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. Extend load path with Railties' builtin directory to make adding support code easy. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3981 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html/index.html')
-rw-r--r--railties/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html
index 1f5e62bb16..d739d4b27e 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -183,7 +183,7 @@
<script type="text/javascript">
function about() {
if (Element.empty('about-content')) {
- new Ajax.Updater('about-content', 'rails_info/properties', {
+ new Ajax.Updater('about-content', 'rails/info/properties', {
method: 'get',
onFailure: function() {Element.classNames('about-content').add('failure')},
onComplete: function() {new Effect.BlindDown('about-content', {duration: 0.25})}