class Para::I18n::NestedFieldsGenerator

Public Instance Methods

generate_nested_fields() click to toggle source
# File lib/generators/para/i18n/nested_fields/nested_fields_generator.rb, line 10
def generate_nested_fields
  template(
    "_translations_fields.html.haml",
    "app/views/admin/#{ plural_namespaced_path }/_translations_fields.html.haml"
  )
end