znamenica/dneslov

View on GitHub
app/controllers/api/common_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Api::CommonController < ApplicationController
   include ::Tiun::CoreHelper
   include ::Tiun::Base

   def locales
      #TODO unfix of the ru only (will depend on the locale)
      @locales ||= %i(ру цс)
   end
end