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