PageRenderTime 147ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Ruby on Rails/Controller/controller.rpo

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | b045687f45d465a8b00715f17824be4c MD5 | raw file
  1. #name : render :partial => " ... ", :object => ...
  2. #key : rpo
  3. #group : rails.controller
  4. #condition : (rails/controller?)
  5. # --
  6. render :partial => "${item}", :object => ${object}