Sha256: bffb0cd6e3f5c814884541d5241f4499e3ba8f7abd2c3a25284dc27997a2d26d
Contents?: true
Size: 489 Bytes
Versions: 6
Compression:
Stored size: 489 Bytes
Contents
module Adminpanel class <%= camelized_resource %> < ActiveRecord::Base include Adminpanel::Base <%= associations if has_associations? -%> <%= get_gallery if has_gallery? -%> def self.form_attributes [ <%= indent(get_attribute_hash, 8) + "," %> <%= indent(file_field_form_hash, 8) if has_gallery? %> ] end def self.display_name '<%= camelized_resource %>' #singular end # def self.icon # "truck" # fa-{icon} # end end end
Version data entries
6 entries across 6 versions & 1 rubygems