| Projects on Google Code | Results 1 - 1 of 1 |
===This is a Ruby on Rails plugin that will allow you to pass in a URL, and it will return a shortened URL by calling TinyURL.===
==Installation==
{{{
script/plugin install http://acts-as-tiny-url.googlecode.com/svn/trunk/acts_as_tiny_url
}}}
==Usage==
ActsAsTinyURL utilizes TinyURL'...