Module: I18nAttributes::GeneratorHelpers

Included in:
ModelGenerator, ReviseModelGenerator
Defined in:
lib/i18n_attributes/generator_helpers.rb

Defined Under Namespace

Classes: YamlFileData

Instance Method Summary collapse

Instance Method Details

#generate_yaml_file_data(*options, &block) ⇒ Object



6
7
8
# File 'lib/i18n_attributes/generator_helpers.rb', line 6

def generate_yaml_file_data(*options, &block)
  YamlFileData.new(*options, &block)
end