Converted view ERB syntax to Haml
[merb_mart.git] / app / controllers / admin / files.rb
blob158fb7b65dd27a89e3c98f10899dbca74e886a4a
1 module Admin
2 class Files < Application
3   
4   def index
5     render
6   end
7   
8 end
9 end # Admin