Add --show-all

--show-all will show all files in file view (not just valid pages). Default is false.
This commit is contained in:
bootstraponline
2012-10-22 19:03:21 -06:00
parent a9807bd1e1
commit fbc0548b43
5 changed files with 32 additions and 3 deletions
+4
View File
@@ -12,6 +12,10 @@ class FakePage
::File.basename(@filepath, ::File.extname(@filepath))
end
def filename
::File.basename(@filepath)
end
def path
return @filepath
end