Sha256: a2cc882cd6b4f7c3365e67706cd5ebfb6189b07494c5f5cdc9499c57fc9ab141
Contents?: true
Size: 342 Bytes
Versions: 8
Compression:
Stored size: 342 Bytes
Contents
module <%= options.namespace.capitalize %> class <%= class_name.pluralize %>Controller < Fae::NestedBaseController <% if @attachments.present? %> private def build_assets <% @attachments.each do |attachment| -%> @item.build_<%= attachment.name %> if @item.<%= attachment.name %>.blank? <% end -%> end <% end %> end end
Version data entries
8 entries across 8 versions & 2 rubygems