We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26591d7 commit bf47106Copy full SHA for bf47106
app/controllers/apipie/apipies_controller.rb
@@ -79,6 +79,7 @@ def apipie_checksum
79
helper_method :heading
80
81
def get_language
82
+ return nil unless Apipie.configuration.translate
83
lang = Apipie.configuration.default_locale
84
[:resource, :method, :version].each do |par|
85
if params[par]
0 commit comments