5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 06:40:49 +00:00

fix: sin dummy data en posts

This commit is contained in:
f 2024-03-08 15:20:08 -03:00
parent 42be495465
commit 6b74bc454d
No known key found for this signature in database

View file

@ -38,7 +38,6 @@ class PostsController < ApplicationController
@usuarie = site.usuarie? current_usuarie
@site_stat = SiteStat.new(site)
dummy_data
end
def show
@ -82,7 +81,6 @@ class PostsController < ApplicationController
authorize post
breadcrumb post.title.value, site_post_path(site, post, locale: locale), match: :exact
breadcrumb 'posts.edit', ''
dummy_data
end
def update