Sha256: 67f587f6b5b2d4f70c2b17223fdc878c2e79eb3f6e1c41a17675e4e0af90a5c3

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

  def new
    @<%= singular_name %> = @<%= parent_singular_name %>.<%= plural_name %>.build
    respond_to do |wants|
      wants.html
      <%- if options[:ajaxify] %>
      wants.js { render :action => "dialog" }
      <%- end %>
    end
    
  end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.3.2 rails_generators/nifty_nested_scaffold/templates/actions/new.rb
twilson63-nifty-generators-0.3.3 rails_generators/nifty_nested_scaffold/templates/actions/new.rb
twilson63-nifty-generators-0.3.4 rails_generators/nifty_nested_scaffold/templates/actions/new.rb
twilson63-nifty-generators-0.3.5 rails_generators/nifty_nested_scaffold/templates/actions/new.rb
twilson63-nifty-generators-0.3.6 rails_generators/nifty_nested_scaffold/templates/actions/new.rb
twilson63-nifty-generators-0.3.7 rails_generators/nifty_nested_scaffold/templates/actions/new.rb
twilson63-nifty-generators-0.3.8 rails_generators/nifty_nested_scaffold/templates/actions/new.rb