ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add a `StreetAddress` model #73

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

Add a StreetAddress model. It must belong to a City.

postmodern commented 11 months ago

Implemented in 6743d9f and merged into the 0.2.0 branch.