profile_design_controller.rb 168 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 class ProfileDesignController < BoxOrganizerController needs_profile def available_blocks @available_blocks ||= [ Block, ArticleBlock, TagsBlock ] end end