Dashboard/app/presenters/dashboard/analyze/group/ell.rb

13 lines
141 B
Ruby

module Analyze
module Group
class Ell
def name
"ELL"
end
def slug
"ell"
end
end
end
end