1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/lib/sites.rb
2012-04-11 15:50:50 +02:00

13 lines
117 B
Ruby

def main_site?
true
end
def blog?
false
end
def sites
Dir['content_*'].map{|d| d.gsub(/^content_/, '')}
end