public
Description: Rails plugin that adds a helper method to easily generate Twit Rosters.
Homepage: http://twitroster.com
Clone URL: git://github.com/pelargir/twitroster.git
name age message
file README Loading commit data...
file Rakefile
file init.rb
directory lib/
directory test/
README
twitroster

Adds a helper method to easily build Twit Rosters based on Terralien's
excellent generator at http://twitroster.com

== Usage

Use the twitroster helper method where you want your Twit Roster to appear.
Pass an array of Twitter usernames to display:

  <%= twitroster %w(terralien pelargir) %>

== Resources

Repository: http://github.com/pelargir/twitroster/
Blog: http://matthewbass.com
Author: Matthew Bass

Original generator built by Terralien