Sha256: fba328976f40bcc66c5425f119e502b362b9fd185eea42812d974b92e0075853
Contents?: true
Size: 181 Bytes
Versions: 10
Compression:
Stored size: 181 Bytes
Contents
class Astronaut < ActiveRecord::Base attr_accessible :name unless Rails::VERSION::MAJOR > 3 has_and_belongs_to_many :space_ships, :join_table => 'astronauts_space_ships' end
Version data entries
10 entries across 10 versions & 1 rubygems