1
0
Fork 0
forked from OpenNeo/impress
impress/app/controllers/outfits_controller.rb

6 lines
97 B
Ruby
Raw Normal View History

2010-10-10 19:18:42 -07:00
class OutfitsController < ApplicationController
def edit
render :layout => false
end
end