rosa-build/app/controllers/users/confirmations_controller.rb

4 lines
98 B
Ruby
Raw Permalink Normal View History

2014-03-31 11:25:56 +01:00
class Users::ConfirmationsController < Devise::ConfirmationsController
layout 'application'
end