mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: tcr
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Table column(s) references
|
|
## condition: "meta.rails.migration.create_table, meta.rails.migration.change_table"
|
|
# --
|
|
t.references :${1:taggable}${2:, :polymorphic => ${3:{ :default => '${4:Photo}' \}}}
|
|
$0 |