Skip to content

Commit

Permalink
Link the API documentation to non-edge instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed May 13, 2011
1 parent 50639c9 commit 4ef4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/action_controller_overview.textile
Expand Up @@ -134,7 +134,7 @@ And assume that you're sending the data to +CompaniesController+, it would then
{ :name => "acme", :address => "123 Carrot Street", :company => { :name => "acme", :address => "123 Carrot Street" }} { :name => "acme", :address => "123 Carrot Street", :company => { :name => "acme", :address => "123 Carrot Street" }}
</ruby> </ruby>


You can customize the name of the key or specific parameters you want to wrap by consulting the "API documentation":http://edgeapi.rubyonrails.org/classes/ActionController/ParamsWrapper.html" You can customize the name of the key or specific parameters you want to wrap by consulting the "API documentation":http://api.rubyonrails.org/classes/ActionController/ParamsWrapper.html"


h4. Routing Parameters h4. Routing Parameters


Expand Down

0 comments on commit 4ef4d57

Please sign in to comment.