edit_template_controller.rb 366 Bytes
class EditTemplateController < ApplicationController

  uses_flexible_template :edit => true, :owner => 'owner'

  FLEXIBLE_TEMPLATE_AVAILABLE_BLOCKS = {
    'ListBlock' => _("List Block"),
    'LinkBlock' => _("Link Block"),
  }


#TODO add your own helpers here
#  FLEXIBLE_TEMPLATE_BLOCK_HELPER = {
#      'list_content' => _("Simple List Content"),
#    }


end