A friend of mine blogs about all the trendy and happening in Vancouver Miss604 ... she runs these movie contests and apparently I have to supply some link love to enter. So here is my entry... I should win by default.
Since this IS a Ruby on Rails blog I figure I should show some code on here:
def enter_contest(choice)
@contest.movie_title = choice
@contest.save
end
enter_contest "I want to see Get Smart!"


