app/controllers/cms/image_blocks_controller.rb in browsercms-3.3.4 vs app/controllers/cms/image_blocks_controller.rb in browsercms-3.4.0.rc1

- old
+ new

@@ -1,2 +1,4 @@ -class Cms::ImageBlocksController < Cms::ContentBlockController +module Cms + class ImageBlocksController < Cms::ContentBlockController + end end \ No newline at end of file