Skip to content

Commit

Permalink
remove all unwanted forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmi Yadav committed Aug 4, 2011
1 parent 7d43217 commit bba5cba
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion actionmailer/README.rdoc
Expand Up @@ -141,7 +141,7 @@ The latest version of Action Mailer can be installed with Rubygems:

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/actionmailer/
* https://github.com/rails/rails/tree/master/actionmailer


== License
Expand Down
2 changes: 1 addition & 1 deletion actionpack/README.rdoc
Expand Up @@ -322,7 +322,7 @@ The latest version of Action Pack can be installed with Rubygems:

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/actionpack/
* https://github.com/rails/rails/tree/master/actionpack


== License
Expand Down
2 changes: 1 addition & 1 deletion activemodel/README.rdoc
Expand Up @@ -192,7 +192,7 @@ The latest version of Active Model can be installed with Rubygems:

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/activemodel/
* https://github.com/rails/rails/tree/master/activemodel


== License
Expand Down
2 changes: 1 addition & 1 deletion activerecord/README.rdoc
Expand Up @@ -203,7 +203,7 @@ The latest version of Active Record can be installed with Rubygems:

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/activerecord/
* https://github.com/rails/rails/tree/master/activerecord


== License
Expand Down
4 changes: 2 additions & 2 deletions activeresource/README.rdoc
Expand Up @@ -28,15 +28,15 @@ The latest version of Active Support can be installed with Rubygems:

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/activeresource/
* https://github.com/rails/rails/tree/master/activeresource

=== Configuration and Usage

Putting Active Resource to use is very similar to Active Record. It's as simple as creating a model class
that inherits from ActiveResource::Base and providing a <tt>site</tt> class variable to it:

class Person < ActiveResource::Base
self.site = "http://api.people.com:3000/"
self.site = "http://api.people.com:3000"
end

Now the Person class is REST enabled and can invoke REST services very similarly to how Active Record invokes
Expand Down
2 changes: 1 addition & 1 deletion activesupport/README.rdoc
Expand Up @@ -14,7 +14,7 @@ The latest version of Active Support can be installed with Rubygems:

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/activesupport/
* https://github.com/rails/rails/tree/master/activesupport


== License
Expand Down

0 comments on commit bba5cba

Please sign in to comment.