Sha256: bb84ea1dc235c034667711dddfc6e0976d8024348908976f21fe3e46c932bd54

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

  def new
    @<%= singular_name %> = <%= class_name %>.new
    respond_to do |wants|
      wants.html
      wants.js { render :action => "dialog" }
    end
    
  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twilson63-nifty-generators-0.2.6 rails_generators/nifty_scaffold/templates/actions/new.rb