Sha256: 5dedac59550e2a690b5efd79a45333de40592055e31835278199bf675b5cdcf3

Contents?: true

Size: 1.31 KB

Versions: 3

Compression:

Stored size: 1.31 KB

Contents

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

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

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

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

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

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

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_generator-2.3.1 lib/generators/locale/model/templates/model.yml
active_generator-2.3.0 lib/generators/locale/model/templates/model.yml
active_generator-2.2.8 lib/generators/locale/model/templates/model.yml