/ emacs.d / rails / rails-bytecompile.el
rails-bytecompile.el
1  (require 'rails)
2  
3  (mapcar
4   #'byte-compile-file
5   (directory-files "./" t "^[a-z]\\.el$"))