Method: Constants.tag

Defined in:
lib/constants/constants.rb

.tag(type) ⇒ Object

rubocop:enable Metrics/MethodLength



96
97
98
99
# File 'lib/constants/constants.rb', line 96

def self.tag(type)
  lang = FilmAffinity.configuration.language.to_sym
  Constants.tags[type][lang]
end