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 missing `has_many :urls, through:` association to `URLQueryParamName` #113

Closed postmodern closed 10 months ago

postmodern commented 10 months ago

ronin-rb/ronin-app#80 needs a .urls association on URLQueryParamName.

postmodern commented 10 months ago

Implemented in 0a692a7.