edit_template_controller.rb 275 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 class EditTemplateController < AdminController design_editor :holder => 'environment', :autosave => true, :block_types => :block_types def block_types %w[ FavoriteLinksProfile ] end def index redirect_to :action => 'design_editor' end end