Deleted unused ./test directory
[feedcatcher.git] / model / templates / model.rb
1 class <%= class_name %> < ActiveRecord::Base
2 <% attributes.select(&:reference?).each do |attribute| -%>
3 belongs_to :<%= attribute.name %>
4 <% end -%>
5 end