Method: Ro::Collection#paths_for

Defined in:
lib/ro/collection.rb

#paths_for(name) ⇒ Object



238
239
240
241
242
243
244
# File 'lib/ro/collection.rb', line 238

def paths_for(name)
  [
    subdirectory_for(name),
    subdirectory_for(Slug.for(name, :join => '-')),
    subdirectory_for(Slug.for(name, :join => '_')),
  ]
end