public
Fork of tomtt/emacs-rails
Description: Tomtt's version of the minor mode for editing RubyOnRails code in Emacs
Homepage: http://rubyforge.org/projects/emacs-rails/
Clone URL: git://github.com/rmm5t/emacs-rails.git
Search Repo:
require rails-shoulda by default
rmm5t (author)
Thu May 15 08:22:42 -0700 2008
commit  872bb5cc0fa3eabbcbfbbb70ddafb03d68e7133b
tree    bfb3c226bebc2888907c10b53a8514d1a3b5c846
parent  ad4aea5fbb57d2d41a32a498e8e39f9a6271c3bb
...
68
69
70
 
71
72
73
...
68
69
70
71
72
73
74
0
@@ -68,6 +68,7 @@
0
 (require 'rails-controller-layout)
0
 (require 'rails-features)
0
 (require 'rails-spec)
0
+(require 'rails-shoulda)
0
 
0
 
0
 ;;;;;;;;;; Variable definition ;;;;;;;;;;

Comments

    No one has commented yet.