pop_punk.rb 94 Bytes Edit Raw Blame History 1 2 3 4 class Band::Punk::PopPunk < Band::Punk validates_presence_of :name acts_as_followable end