feat: Fecth link click_counter on come back to site

LinksController counter route, tests updated, render link created_by field, order user links by desc
This commit is contained in:
Juan Rodriguez
2021-06-14 17:03:11 -05:00
parent d134be737a
commit 54bff064d1
12 changed files with 115 additions and 22 deletions
@@ -1,4 +1,5 @@
import { Controller } from "stimulus"
import Turbolinks from "turbolinks"
export default class extends Controller {
static targets = ["signupModal", "loginModal"]