Sha256: 9eae481b5aec07b833e46f8c91a0ac39a5979d54e69864206fefc7b7db8c97f9
Contents?: true
Size: 169 Bytes
Versions: 1
Compression:
Stored size: 169 Bytes
Contents
class <%= class_name %> < ActiveRecord::Base has_many :<%= manytomany_table_name %> has_many :<%= other_table_name %>, :through => :<%= manytomany_table_name %> end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_many_through_generator-0.4.0 | templates/model.rb |