# File lib/view.rb, line 10
  def self.view_additions_for type
    @views ||= {}
    @views[type] || []
  end