class
   Profiles::ProfileFollowHandler
 
  - Profiles::ProfileFollowHandler
 - Marten::Handlers::Base
 - Reference
 - Object
 
Included Modules
Defined in:
apps/profiles/handlers/profile_follow_handler.crInstance Method Summary
- 
        #post
        
          
Handles a
POSTHTTP request and returns aMarten::HTTP::Responseobject. 
Instance Method Detail
        
        def post
        #
      
      
        
              Description copied from class Marten::Handlers::Base
            
          
          Handles a POST HTTP request and returns a Marten::HTTP::Response object.
The default implementation will return a 405 (not allowed) response.