forked from OpenNeo/impress
5 lines
97 B
Ruby
5 lines
97 B
Ruby
class OutfitsController < ApplicationController
|
|
def edit
|
|
render :layout => false
|
|
end
|
|
end
|