Sha256: 05a0880aa28acae3ab81e0f5469362396ec8f923659f4fafe4a0a7a5079279f4

Contents?: true

Size: 295 Bytes

Versions: 10

Compression:

Stored size: 295 Bytes

Contents

class ComplexHelpersSystemSpecController < ApplicationController
  def form_for_test
    # nothing here
  end

  def fields_for_test
    # nothing here
  end

  def cache_test
    @a = params[:a]
    @b = params[:b]
  end

  def cache_tags_test
    @a = params[:a]
    @b = params[:b]
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fortitude-0.9.3-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.3 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.2-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.2 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.1-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.1 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.0-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.9.0 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.10-java spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb
fortitude-0.0.10 spec/rails/templates/complex_helpers_system_spec/app/controllers/complex_helpers_system_spec_controller.rb