Closed AI-Mozi closed 11 months ago
<% @url_query_param_name.urls.each do |url| %> is present in show view for URLQueryParamNames, but urls is not defined in URLQueryParamName model.
<% @url_query_param_name.urls.each do |url| %>
URLQueryParamNames
urls
URLQueryParamName
There's a URLQueryParam#urls association now in the 0.2.0 branch. https://github.com/ronin-rb/ronin-db-activerecord/commit/0a692a7f47efc0db648cdc32fd365b83281054fe
URLQueryParam#urls
0.2.0
<% @url_query_param_name.urls.each do |url| %>
is present in show view forURLQueryParamNames
, buturls
is not defined inURLQueryParamName
model.