1
0
Fork 0
forked from OpenNeo/impress
impress/app/controllers/outfits_controller.rb
2010-10-10 22:18:42 -04:00

5 lines
97 B
Ruby

class OutfitsController < ApplicationController
def edit
render :layout => false
end
end