Class: FluidGoalAjaxController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- FluidGoalAjaxController
- Defined in:
- lib/fluidfeatures/rails/app/controllers/fluidfeatures_controller.rb
Overview
This is a controller you can use to sends stats from your browser
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
16 17 18 19 |
# File 'lib/fluidfeatures/rails/app/controllers/fluidfeatures_controller.rb', line 16 def index fluidgoal(params[:goal_name], params[:goal_version]) render :json => {}, :status => 200 end |