Class: Analyze::UserVisitsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Analyze::UserVisitsController
- Defined in:
- app/controllers/analyze/user_visits_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
4 5 6 7 |
# File 'app/controllers/analyze/user_visits_controller.rb', line 4 def create track_user_visit render json: {success: true}, status: :created end |