Sha256: cf9bc1cb19d138aa45e78a9dfb3caa7c1b4d24b04ede13ce9e42fde52c4922c9
Contents?: true
Size: 909 Bytes
Versions: 52
Compression:
Stored size: 909 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>content</key> <string>def create @${1:model} = ${2:${1/[[:alpha:]]+|(_)/(?1::\u$0)/g}}.new(params[:$1]) $0 respond_to do |wants| if @$1.save flash[:notice] = '$2 was successfully created.' wants.html { redirect_to(@$1) } wants.xml { render :xml => @$1, :status => :created, :location => @$1 } else wants.html { render :action => "new" } wants.xml { render :xml => @$1.errors, :status => :unprocessable_entity } end end end </string> <key>name</key> <string>def create - resource</string> <key>scope</key> <string>meta.rails.controller</string> <key>tabTrigger</key> <string>defcreate</string> <key>uuid</key> <string>54F61419-001F-4B71-83AC-8DC633694AF0</string> </dict> </plist>
Version data entries
52 entries across 44 versions & 3 rubygems