/ruby-mode/Ruby on Rails/Controller/controller.ral
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · caa400e27fe9259d2b8f98b079e7eadb MD5 · raw file
- #name : render :action => " ... ", :layout => " ... "
- #key : ral
- #group : rails.controller
- #condition : (rails/controller?)
- # --
- render :action => "${action}", :layout => "${layoutname}"