/ruby-mode/Ruby on Rails/Resources/resources.npath
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · d2380f73534432ec2012ed82aee83836 MD5 · raw file
- #name : nested_resource_path(@resource)
- #key : npath
- #group : rails.resources
- #condition : (rails/cur-res-title)
- # --
- ${1:owner}_${2:`(singularize-string (rails/cur-res-title))`}_path(@$1, @$2)