This commit is contained in:
Jordan Vidrine 2025-01-14 19:02:34 -06:00
parent fed8205a64
commit 7cc39605f5

View File

@ -9,9 +9,9 @@ module DiscourseRewind
{ category_id: 2, name: "dogs" }, { category_id: 2, name: "dogs" },
{ category_id: 3, name: "countries" }, { category_id: 3, name: "countries" },
{ category_id: 4, name: "management" }, { category_id: 4, name: "management" },
{ category_id: 5, name: "things" } { category_id: 5, name: "things" },
], ],
identifier: "favorite-categories" identifier: "favorite-categories",
} }
def call def call
return FakeData if Rails.env.development? return FakeData if Rails.env.development?