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