Class: Analyze::UserVisitsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/analyze/user_visits_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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