##// END OF EJS Templates
Plugin models and controllers must be unloadable....
Eric Davis -
r3656:1a145dca25ec
parent child
Show More
@@ -1,4 +1,6
1 1 class <%= class_name %>Controller < ApplicationController
2 unloadable
3
2 4 <% actions.each do |action| -%>
3 5
4 6 def <%= action %>
@@ -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