Sha256: bf996194f5f1cda5077875395e6edcdb8ae7256aa3fe214577ce791dd666df66

Contents?: true

Size: 257 Bytes

Versions: 7

Compression:

Stored size: 257 Bytes

Contents

<%- { :created_at => "Created At", :updated_at => "Updated At", :id => "Id" }.each{ |k,v| -%>
              <%%= ransack_field("<%= singular_table_name %>", "<%= k.to_s %>", f, "<%= v %>"<%= (engine_name.blank? ? '' : ", \"#{engine_opt}\"") %>) %>
<%- } -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
beautiful_scaffold-2.0.3 lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb
beautiful_scaffold-2.0.2 lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb
beautiful_scaffold-2.0.1 lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb
beautiful_scaffold-2.0.0 lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb
beautiful_scaffold-2.0.0.pre lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb
beautiful_scaffold-1.0.2 lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb
beautiful_scaffold-1.0.1 lib/generators/templates/app/views/partials/_index_search_default_fields.html.erb