module Globalize::Model::ActiveRecord::Translated::Callbacks

Public Instance Methods

enable_nested_attributes() click to toggle source
# File lib/models/model.rb, line 6
def enable_nested_attributes
  accepts_nested_attributes_for :translations
end