Add parks_by_state model

This commit is contained in:
2025-10-08 08:08:00 -07:00
parent 4806a59d96
commit 513f1334fb
4 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
require 'rails_helper'
RSpec.describe ParksByState, type: :model do
end