Class: TentD::API::Followings::GetCount

Inherits:
Middleware
  • Object
show all
Defined in:
lib/tentd/api/followings.rb

Instance Method Summary collapse

Methods inherited from Middleware

#call, #initialize

Methods included from Authorizable

#authorize_env!, #authorize_env?

Constructor Details

This class inherits a constructor from TentD::API::Middleware

Instance Method Details

#action(env) ⇒ Object



49
50
51
52
# File 'lib/tentd/api/followings.rb', line 49

def action(env)
  env.params.return_count = true
  env
end