in lib/helpers/blueprints.rb [6:17]
def all_blueprints
blueprints = @items.find_all(BLUEPRINTS_PATH).sort_by do |i|
blueprint_creation_date(i)
end
blueprints.reject! do |blueprint|
!blueprint[:redirect_to].nil?
end
blueprints.reverse
end