mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: bt
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: belongs_to
|
|
## condition: "source.ruby.rails"
|
|
# --
|
|
belongs_to :${1:object}${2:, :class_name => "${3:${1:$(replace-regexp-in-string "_" "" (capitalize yas/text))}}", :foreign_key => "${4:$1_id}"} |