module Formol class Config < Struct.new(:user_class, :current_user_helper_method, :formatter, :email_from, :text_formatter) def user @user ||= user_class.constantize end end end