pop_punk.rb 94 Bytes
class Band::Punk::PopPunk < Band::Punk
  validates_presence_of :name
  acts_as_followable
end