Sha256: be32cc68e226a198464b819f67130c6aac40272fadb3b64b9b7cf297f2197064

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

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

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

        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        # Actions
        #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        actions:

          # TODO
          #--------------------------------------------------
          todo: "TODO"

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

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

<%= language %>:
  controllers:
    <%= file_name_table %>:

      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      # Actions
      #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      actions:

        # TODO
        #--------------------------------------------------
        todo: "TODO"

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_generator-2.2.7 lib/generators/locale/controller/templates/controller.yml