Class EditTemplateController
In: app/controllers/admin/edit_template_controller.rb
Parent: AdminController

Methods

block_types   index  

Public Instance methods

FIXME design_editor :holder => ‘environment’, :autosave => true, :block_types => :block_types

[Source]

    # File app/controllers/admin/edit_template_controller.rb, line 8
 8:   def block_types
 9:     %w[
10:        FavoriteLinks
11:        ListBlock
12:        SellersSearchBlock
13:      ]
14:   end

[Source]

    # File app/controllers/admin/edit_template_controller.rb, line 16
16:   def index
17:     redirect_to :action => 'design_editor'
18:   end

[Validate]