edubkendo
8/23/2012 - 4:17 PM

gistfile1.txt

@field 'fullName',
  get: (value) ->
    return @get('firstName') + " " + @get('lastName')