]>
cat aescling's git repositories - mastodon.git/blob - app/controllers/api/salmon_controller.rb
1 # frozen_string_literal: true
3 class Api
::SalmonController < ApiController
4 before_action
:set_account
8 body
= request
.body
.read
13 SalmonWorker
.perform_async(@account.id
, body
.force_encoding('UTF-8'))
21 @account = Account
.find(params
[:id])
This page took 0.079315 seconds and 4 git commands to generate.