% values = if @resource.const_defined?(attribute.upcase) @resource::const_get(attribute.upcase) else @resource.send(attribute) end %>