module Authentifyd class ApplicationController < ActionController::Base include Localyzed::LocalyzedController helper Authentifyd::ApplicationHelper layout Authentifyd.custom_layout || 'authentifyd/application' end end