removes unnecessary layout

This commit is contained in:
rgarcia
2015-10-19 20:32:55 +02:00
parent a6fd1fb489
commit 5ac2784294

View File

@@ -6,8 +6,6 @@ class Verification::LetterController < ApplicationController
before_action :verify_lock
skip_authorization_check
layout :pages, only: :edit
def new
@letter = Verification::Letter.new(user: current_user)
end