##// END OF EJS Templates
Plugin models and controllers must be unloadable....
Eric Davis -
r3656:1a145dca25ec
parent child
Show More
@@ -1,7 +1,9
1 1 class <%= class_name %>Controller < ApplicationController
2 unloadable
3
2 4 <% actions.each do |action| -%>
3 5
4 6 def <%= action %>
5 7 end
6 8 <% end -%>
7 9 end
@@ -1,2 +1,3
1 1 class <%= class_name %> < ActiveRecord::Base
2 unloadable
2 3 end
General Comments 0
You need to be logged in to leave comments. Login now