module Account::FormsHelper
def options_with_labels(options, namespace)
def options_with_labels(options, namespace) hash = {} options.each do |option| hash[option] = t([namespace, option].join(".")) end hash end
def options_with_labels(options, namespace) hash = {} options.each do |option| hash[option] = t([namespace, option].join(".")) end hash end