app/controllers/qa/terms_controller.rb in qa-0.6.0 vs app/controllers/qa/terms_controller.rb in qa-0.7.0
- old
+ new
@@ -1,7 +1,8 @@
-# This controller is used for all requests to all authorities. It will verify params and figure out
-# which class to instantiate based on the "vocab" param. All the authotirty classes inherit from a
-# super class so they implement the same methods.
+# This controller is used for all requests to all authorities. It will verify
+# params and figure out which class to instantiate based on the "vocab" param.
+# All the authority classes inherit from a super class so they implement the
+# same methods.
class Qa::TermsController < ApplicationController
before_action :check_vocab_param, :init_authority
before_action :check_query_param, only: :search