class ModalController < ApplicationController layout false def simple @user = User.new end end