lib/gooddata/models/profile.rb in gooddata-0.6.25 vs lib/gooddata/models/profile.rb in gooddata-0.6.26
- old
+ new
@@ -224,9 +224,10 @@
end
# Get full name
#
# @return String Full Name
+ # NOTE: This can be tricky to implement correctly for i18n
def full_name
"#{first_name} #{last_name}"
end
alias_method :title, :full_name