assemblymade/coderwall

View on GitHub
app/badges/railscamp.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Railscamp < EventBadge
  describe "Railscamp",
           skill:               'Hacking',
           description:         "Attend at least one RailsCamp event anywhere in the world",
           for:                 "attending at least one RailsCamp event anywhere in the world.",
           image_name:          'railscamp.png',
           redemption_required: "railscampx"

end