Sha256: 2e4f2b9766db12c9baaa1138aa064aee68a8e95418415648a3105cbe1451e239

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

<% with_modules(controller_modules) do -%>
class <%= controller_class_name %> < Application

  # ...and remember, everything returned from an action
  # goes to the client...
  def index
    render
  end
  
end
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thorero-gen-0.9.4 templates/component/controller/app/controllers/%file_name%.rb