profile_design_controller.rb 190 Bytes
class ProfileDesignController < BoxOrganizerController

  needs_profile

  def available_blocks
    @available_blocks ||= [ Block, ArticleBlock, TagsBlock, RecentDocumentsBlock ]
  end

end