Sha256: 78725fdc5f1216a3ed24113c999ccd487a95725bb069a1a8d580f9007d7229f4

Contents?: true

Size: 241 Bytes

Versions: 23

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

<% module_namespacing do -%>
class <%= class_name %>Config < ApplicationConfig
<%- unless parameters.empty? -%>
  attr_config <%= parameters.map { |param| ":#{param}" }.join(", ") %>
<%- end -%>
end
<% end -%>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
runger_config-5.2.0 lib/generators/runger/config/templates/config.rb.tt
runger_config-5.1.0 lib/generators/runger/config/templates/config.rb.tt
runger_config-5.0.0 lib/generators/runger/config/templates/config.rb.tt
runger_config-4.0.0 lib/generators/runger/config/templates/config.rb.tt
runger_config-3.0.1 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.4.2 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.4.1 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.4.0 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.3.1 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.3.0 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.2.3 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.2.2 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.2.1 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.2.0 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.1.0 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.0.6 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.0.5 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.0.4 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.0.3 lib/generators/anyway/config/templates/config.rb.tt
anyway_config-2.0.2 lib/generators/anyway/config/templates/config.rb.tt