We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc76a9e commit 4697448Copy full SHA for 4697448
app/controllers/api/v2/calculators_controller.rb
@@ -1,4 +1,4 @@
1
-class Api::V2::CalculatorsController < ApplicationController
+class Api::V2::CalculatorsController < Api::V2::ApplicationController
2
def index
3
calculators = collection.order_by_name(params[:name])
4
0 commit comments