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