Sha256: 49736d42c4c8636c9c4e25926fffc3ee742eb8d9085fdf8a7c6f4f41975a0cb4
Contents?: true
Size: 336 Bytes
Versions: 9
Compression:
Stored size: 336 Bytes
Contents
module <%= options.namespace.capitalize %> class <%= class_name.pluralize %>Controller < Fae::BaseController <% 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
9 entries across 9 versions & 2 rubygems