4 lines
118 B
Ruby
4 lines
118 B
Ruby
class ProgressBar::Translation < Globalize::ActiveRecord::Translation
|
|
delegate :primary?, to: :globalized_model
|
|
end
|