Sha256: edf3c836075edeef63b55b44a79f192a3837eadd1d45aa0eb2c7669088101ef1
Contents?: true
Size: 129 Bytes
Versions: 2
Compression:
Stored size: 129 Bytes
Contents
class Author < ActiveRecord::Base has_many :books # virtual attribute def name "#{last_name}, #{first_name}" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
netzke-basepack-0.8.1 | test/basepack_test_app/app/models/author.rb |
netzke-basepack-0.8.0 | test/basepack_test_app/app/models/author.rb |