lib/bivouac/template/static/index.rb in bivouac-0.1.0 vs lib/bivouac/template/static/index.rb in bivouac-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
module <%= @appname %>::Controllers
- class Root < R '/', '/index'
+ class Index < R '/', '/index'
def get
redirect Public, "index.html"
end
end
end
\ No newline at end of file