module FormTranslation
Constants
- VERSION
Public Class Methods
config() { |self| ... }
click to toggle source
# File lib/form_translation.rb, line 19 def self.config yield self end
languages()
click to toggle source
# File lib/form_translation.rb, line 23 def self.languages (Array(self.default_language) + Array(self.foreign_languages)).uniq end