Sha256: f2a6bd1f9fc9ee213538386b0fb9b77e10d048df8dd38713b71a9f37970aff96
Contents?: true
Size: 406 Bytes
Versions: 6
Compression:
Stored size: 406 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %> < <%= parent_class_name.classify %> <% attributes.select {|attr| attr.reference? }.each do |attribute| -%> belongs_to :<%= attribute.name %> <% end -%> <% # These are BrowserCMS specific extensions to the model generator. -%> <% attributes.select {|attr| attr.type == :category }.each do |attribute| -%> belongs_to_category <% end -%> end <% end -%>
Version data entries
6 entries across 6 versions & 1 rubygems