diaspora/app/presenters/block_presenter.rb
Florian Staudacher 0092c9c483 * create a handlebars view for the profile header
* unblock the user via ajax
2014-09-15 01:37:23 +02:00

6 lines
79 B
Ruby

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