Sha256: 81df94fd1a935356f2f178fa5f4c6f31c74ed3a33eb0870d3679ab85157c2c9b

Contents?: true

Size: 131 Bytes

Versions: 8

Compression:

Stored size: 131 Bytes

Contents

class <%= class_name %>Controller < ApplicationController
<% for action in actions -%>
  def <%= action %>
  end
  
<% end -%>
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
plugin_test_helper-0.3.1 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.2.0 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.1.3 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.1.5 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.1.4 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.2.1 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.3.0 generators/plugin_test_controller/templates/controller.rb
plugin_test_helper-0.1.6 generators/plugin_test_controller/templates/controller.rb