Sha256: b51cded6cf6022b34481dd858815b7fe555e62930fab28cbccaa7d3afc430178

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

%h1== New #{@model_constant.to_s.titlecase} Object

= simple_form_for @model_constant.new, :as => :data_set, :url => data_sets_path(:model => params[:model]), :multipart => true do |f|
  = render :partial => "form", :locals => { :f => f }
  = f.button :submit, "Create"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
brick_layer-0.10.1 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.10.0 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.9.6 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.9.4 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.9.2 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.9.1 app/views/brick_layer/data_sets/new.html.haml
brick_layer-0.9.0 app/views/brick_layer/data_sets/new.html.haml