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