Sha256: 0612761c8ce29f44fadba2875a52ddaf9f6f18595d8d215830eb8abb244a6fa8
Contents?: true
Size: 169 Bytes
Versions: 1
Compression:
Stored size: 169 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %>Controller < ApplicationController <% for action in actions -%> def <%= action %> end <% end -%> end <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railties-3.1.0.beta1 | lib/rails/generators/rails/controller/templates/controller.rb |