diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-03-16 23:16:15 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-03-16 23:16:15 +0530 |
commit | 547407a9fb375601deb0834fb1c2d9a108c9aea1 (patch) | |
tree | 16d33d9466581ffa351b70c50ed88053105e8133 /railties | |
parent | 3edba7189509915c0159e84a7c9be980fae0732f (diff) | |
download | rails-547407a9fb375601deb0834fb1c2d9a108c9aea1.tar.gz rails-547407a9fb375601deb0834fb1c2d9a108c9aea1.tar.bz2 rails-547407a9fb375601deb0834fb1c2d9a108c9aea1.zip |
remove to from to to :)
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/2_3_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/2_3_release_notes.textile b/railties/guides/source/2_3_release_notes.textile index 67743a4797..15abba66ab 100644 --- a/railties/guides/source/2_3_release_notes.textile +++ b/railties/guides/source/2_3_release_notes.textile @@ -410,7 +410,7 @@ You're likely familiar with Rails' practice of adding timestamps to static asset h4. Asset Hosts as Objects -Asset hosts get more flexible in edge Rails with the ability to declare an asset host as a specific object that responds to a call. This allows you to to implement any complex logic you need in your asset hosting. +Asset hosts get more flexible in edge Rails with the ability to declare an asset host as a specific object that responds to a call. This allows you to implement any complex logic you need in your asset hosting. * More Information: "asset-hosting-with-minimum-ssl":http://github.com/dhh/asset-hosting-with-minimum-ssl/tree/master |