igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Fix broken link to table helper #128

Closed jelaniwoods closed 1 year ago

jelaniwoods commented 1 year ago

I noticed that the current link on /rails/db/data-table page is broken. I'm not sure what the intended link is but I think it was supposed to be to https://github.com/igorkasyanchuk/rails_db/blob/master/app/helpers/rails_db/tables_helper.rb.

This PR updates the link.

igorkasyanchuk commented 1 year ago

thanks! merged