mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 13:36:22 +00:00
fix: código demás
This commit is contained in:
parent
b233a74f61
commit
836687651e
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ class PostsController < ApplicationController
|
||||||
authorize post
|
authorize post
|
||||||
breadcrumb post.title.value, site_post_path(site, post, locale: locale), match: :exact
|
breadcrumb post.title.value, site_post_path(site, post, locale: locale), match: :exact
|
||||||
breadcrumb 'posts.edit', ''
|
breadcrumb 'posts.edit', ''
|
||||||
@moderation_queue = YAML.safe_load(File.read(Rails.root.join('db', 'seeds', 'moderation_queue.yaml')))
|
|
||||||
dummy_data
|
dummy_data
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue