module Admin module Views module Sessions class New < Admin::View config.layout = "minimal" end end end end