Sha256: c2a9d2fb8c35873f8767373001011338fd33eff37738ef2ebca3fdbe09c9d491

Contents?: true

Size: 97 Bytes

Versions: 2

Compression:

Stored size: 97 Bytes

Contents

class User < ActiveRecord::Base

  def initials
    "#{first_name[0]}#{last_name[0]}"
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gift_wrap-1.0.0 test/domain/user.rb
gift_wrap-0.2.0 test/domain/user.rb