mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: ncl
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: named_scope lambda
|
|
## condition: "source.ruby.rails"
|
|
# --
|
|
named_scope :name, lambda { |${1:param}| { :conditions => ${3:['${4:${5:field} = ?}', ${6:$1}]} } }
|