Sha256: 6b506b279b8700ac20126d079873b8f25a8262ec216742588422273253600b4d
Contents?: true
Size: 365 Bytes
Versions: 193
Compression:
Stored size: 365 Bytes
Contents
xml.instruct! xml.user do xml.uid @user.id xml.name @user.name xml.slug @user.slug if user_signed_in? xml.email @user.email end xml.userSince @user.created_at xml.birthday @user.profile.birthday xml.organization @user.profile.organization xml.city @user.profile.city xml.country @user.profile.country xml.website @user.profile.website end
Version data entries
193 entries across 193 versions & 4 rubygems