PageRenderTime 56ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Ruby on Rails/Migration/migration.rent

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | c9a163c1b25a87cd649bfdb3a1d432fa MD5 | raw file
  1. #name : rename_table
  2. #key : rent
  3. #group : rails.migration
  4. #condition : (rails/migration?)
  5. # --
  6. rename_table :${1:old_name}, :${2:new_name}