132 133 134 135 136
# File 'lib/windy.rb', line 132 def records @records ||= record_attributes.map do |attributes| create_record(attributes) end end