Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Apr 17, 2024
1 parent f488500 commit e875100
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ module AdminLog
class MeetingPresenter < Decidim::Log::BasePresenter
private

def resource_presenter
@resource_presenter ||= Decidim::Meetings::Log::ResourcePresenter.new(action_log.resource, h, action_log.extra["resource"])
end

def diff_fields_mapping
{
address: :string,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ module AdminLog
class ProposalPresenter < Decidim::Log::BasePresenter
private

def resource_presenter
@resource_presenter ||= Decidim::Proposals::Log::ResourcePresenter.new(action_log.resource, h, action_log.extra["resource"])
end

def diff_fields_mapping
{
title: :i18n,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e875100

Please sign in to comment.