class Jbuilder
def _map_collection(collection)
def _map_collection(collection) collection.map do |element| _scope{ yield element } end - [BLANK] end
def _map_collection(collection) collection.map do |element| _scope{ yield element } end - [BLANK] end