Sha256: 3aa15adc9122e12f122655f3dfb8c9c266510bdea4fef6fe14b687947eaf02bb

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

#==================================================
# Table of Contents
#==================================================
<% if namespaced? -%>
# <%= namespace_human %>
  # <%= file_name_human %>
    # Attributes
    # Methods
      # TODO

<%= language %>:
  models:
    <%= namespace_table %>:
      <%= file_name_table %>:

        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # Attributes
        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        attr:
          todo: "TODO"

        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # Methods
        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        methods:

          # TODO
          #--------------------------------------------------
          todo: "TODO"
<% else -%>
# <%= file_name_human %>
  # Attributes
  # Methods
    # TODO

<%= language %>:
  models:
    <%= file_name_table %>:

      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      # Attributes
      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      attr:
        todo: "TODO"

      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      # Methods
      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      methods:

        # TODO
        #--------------------------------------------------
        todo: "TODO"
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_generator-2.4.0 lib/generators/locale/model/templates/model.yml