Sha256: 2527fd214b47ead369179ebe2363f98a5483aa594475467a5cbd480dd1707f6d
Contents?: true
Size: 296 Bytes
Versions: 15
Compression:
Stored size: 296 Bytes
Contents
class <%= controller_name %>Controller < Puffer::Base before_filter :i_didnt_forget_to_protect_this index do <% attributes.each do |attribute| -%> field :<%= attribute %> <% end -%> end form do <% attributes.each do |attribute| -%> field :<%= attribute %> <% end -%> end end
Version data entries
15 entries across 15 versions & 1 rubygems