4 5 6 7 8 9
# File 'lib/blocks/view_additions.rb', line 4 def blocks return @blocks if @blocks @blocks = Blocks::Base.new(self) @blocks.blocks.merge! @controller_blocks.blocks if @controller_blocks @blocks end