Welcome to mirror list, hosted at ThFree Co, Russian Federation.

block_presenter.rb « presenters « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05af1f44adfc426261c322e95e1adbe47695868d (plain)
1
2
3
4
5
6
7
8

# frozen_string_literal: true

class BlockPresenter < BasePresenter
  def base_hash
    { id: id }
  end
end