dotar/vim/snippets/ruby-factorygirl/facd.snippet
2011-11-17 16:00:49 -06:00

5 lines
50 B
Plaintext
Executable File

Factory.define(:${1:model}) do |f|
${2}
end
${3}